mirror of
https://github.com/Radiquum/photos.git
synced 2025-04-04 23:34:31 +00:00
try to fix 3
This commit is contained in:
parent
1d2eea0b3a
commit
58e8dc4e4b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
id: pages
|
||||
uses: actions/configure-pages@v4
|
||||
- name: Get FireBase json from environment
|
||||
run: "echo $FIREBASE_SERVICE_ACCOUNT_BLOB > firebase-adminsdk.json"
|
||||
run: "echo $FIREBASE_SERVICE_ACCOUNT_BLOB > ./firebase-adminsdk.json"
|
||||
working-directory: ./generate
|
||||
env:
|
||||
FIREBASE_SERVICE_ACCOUNT_BLOB: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_BLOB }}
|
||||
|
|
Loading…
Add table
Reference in a new issue