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 13, 2024
1 parent de338b2 commit 260adc3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
project_id: slsa-on-blockchain
credentials_json: ${{ secrets.FIREBASE_FUNCTIONS }}

- run: |
echo "${{ secrets.FIREBASE_APP_BASE64 }}" | base64 --decode > ./functions/src/serviceAccountKey.json
- env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_APP_BASE64 }}
run: |
echo "$FIREBASE_TOKEN" | base64 --decode > ./functions/src/serviceAccountKey.json

- name: Deploy upload function
uses: google-github-actions/deploy-cloud-functions@v3
Expand Down

0 comments on commit 260adc3

Please sign in to comment.