Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Aug 10, 2022
1 parent 4dd714f commit 21692ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ jobs:
cmd: yq e '.services.notifo2.image = "notifo-tmp"' -i backend/tests/docker-compose.yml

- name: Inject Google Credentials
run: mkdir secrets && echo "${{ secrets.GOOGLE__KEYFILE }}" >| secrets/keyfile.json
run: mkdir secrets && echo "$GOOGLE__KEYFILE" >| secrets/keyfile.json
working-directory: backend/tests
env:
GOOGLE__KEYFILE: ${{ secrets.GOOGLE__KEYFILE }}

- name: Start Test
run: docker-compose up -d
Expand Down

0 comments on commit 21692ab

Please sign in to comment.