Skip to content

Commit

Permalink
fix: add missing repo token
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 5, 2022
1 parent 8988a0c commit 10dd6e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: 🚀 Deploy
uses: agrc/firebase-website-deploy-composite-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
identity-provider: ${{ secrets.IDENTITY_PROVIDER }}
service-account-email: ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
project-id: ${{ secrets.PROJECT_ID }}
Expand All @@ -70,10 +71,11 @@ jobs:
- name: 🚀 Deploy
uses: agrc/firebase-website-deploy-composite-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
identity-provider: ${{ secrets.IDENTITY_PROVIDER }}
service-account-email: ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
project-id: ${{ secrets.PROJECT_ID }}
build-command: npm run build -- --mode production
build-command: npm run build
service-now-instance: ${{ secrets.SN_INSTANCE }}
service-now-table: ${{ secrets.SN_TABLE }}
service-now-system-id: ${{ secrets.SN_SYS_ID }}
Expand Down

0 comments on commit 10dd6e0

Please sign in to comment.