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 6bc903c commit 7a4dfc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/firebase-hosting-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Deploy
uses: FirebaseExtended/action-hosting-deploy@v0
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
# target: your-target(optional if you have/need one)
entryPoint: "./"
# entryPoint: "./"
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_SUI_DAPP_KIT_THEME_CREATOR }}
# projectId: sui-dapp-kit-theme-creator
channelId: live
Expand Down

0 comments on commit 7a4dfc0

Please sign in to comment.