Fix gac file path in env
This commit is contained in:
parent
c73d809487
commit
0d2560300c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
envkey_DEBUG: true
|
||||
envkey_DB_HOST: "db"
|
||||
envkey_TOKEN: ${{ secrets.TOKEN }}
|
||||
envkey_GOOGLE_APPLICATION_CREDENTIALS: "wulkanowy-gac.json"
|
||||
envkey_GOOGLE_APPLICATION_CREDENTIALS: "app/wulkanowy-gac.json"
|
||||
- name: Create File
|
||||
run: echo "${{ secrets.GAC_CONTENT }}" > wulkanowy-gac.json
|
||||
- uses: alex-ac/github-action-ssh-docker-compose@master
|
||||
|
|
Loading…
Reference in a new issue