Skip to content

Commit

Permalink
Update firebase-hosting-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Aug 14, 2024
1 parent a0ba6c7 commit 8966631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_HOSTING }}
firebaseServiceAccount: ${{ secrets.FIREBASE_AUTH }}
channelId: live
projectId: slsa-on-blockchain

- uses: google-github-actions/auth@v2
with:
project_id: slsa-on-blockchain
credentials_json: ${{ secrets.FIREBASE_FUNCTIONS }}
credentials_json: ${{ secrets.FIREBASE_AUTH }}

- env:
FIREBASE_APP_BASE64: ${{ secrets.FIREBASE_APP_BASE64 }}
Expand Down

0 comments on commit 8966631

Please sign in to comment.