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 f12a455 commit a0ba6c7
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 @@ -28,9 +28,9 @@ jobs:
credentials_json: ${{ secrets.FIREBASE_FUNCTIONS }}

- env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_APP_BASE64 }}
FIREBASE_APP_BASE64: ${{ secrets.FIREBASE_APP_BASE64 }}
run: |
echo "$FIREBASE_TOKEN" | base64 --decode > ./functions/src/serviceAccountKey.json
echo "$FIREBASE_APP_BASE64" | base64 --decode > ./functions/src/serviceAccountKey.json
- name: Deploy upload function
uses: google-github-actions/deploy-cloud-functions@v3
Expand Down

0 comments on commit a0ba6c7

Please sign in to comment.