Skip to content

Commit

Permalink
Improved github action for deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Dec 11, 2024
1 parent a46a7c6 commit 72ce330
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/firebase-hosting-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v4
# - run: pnpm run build
- uses: ./dist
- uses: ./
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_SUI_DAPP_KIT_THEME_CREATOR }}
projectId: sui-dapp-kit-theme-creator
entryPoint: "./dist"

0 comments on commit 72ce330

Please sign in to comment.