Skip to content

Commit b4a4ed0

Browse files
committed
Fix service account credential path in workflow
1 parent 76f9d7a commit b4a4ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm run build
2727

2828
- name: Create service account file
29-
run: echo '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}' > $HOME/gcloud-service-key.json
29+
run: echo '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}' > ${{ github.workspace }}/gcloud-service-key.json
3030

3131
- name: Deploy to Firebase
3232
run: |

0 commit comments

Comments
 (0)