We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e450d9 commit c5f0a2fCopy full SHA for c5f0a2f
1 file changed
.github/workflows/firebase-deploy.yml
@@ -42,8 +42,8 @@ jobs:
42
- name: Deploy Frontend to Firebase Hosting
43
uses: FirebaseExtended/action-hosting-deploy@v0
44
with:
45
- repoToken: "${{ secrets.GITHUB_TOKEN }}"
46
- firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_THINGS_TO_COMPLETE }}"
+ repoToken: ${{ secrets.GITHUB_TOKEN }}
+ firebaseServiceAccount: ${{ env.GOOGLE_APPLICATION_CREDENTIALS }}
47
channelId: live
48
projectId: ${{ env.PROJECT_ID }}
49
@@ -53,7 +53,7 @@ jobs:
53
54
- uses: 'google-github-actions/auth@v2'
55
56
- credentials_json: '${{ env.GOOGLE_APPLICATION_CREDENTIALS }}'
+ credentials_json: ${{ env.GOOGLE_APPLICATION_CREDENTIALS }}
57
58
- name: Deploy functions
59
run: |
0 commit comments