Skip to content

Commit

Permalink
Update google-auth json creation in notify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 8, 2024
1 parent 9aabec8 commit 4dad91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: pip install -r push-notify/requirements.txt

- name: Create google-auth json
run: echo "${{ secrets.GOOGLE_AUTH_JSON }}" > google-services.json
run: echo "${{ secrets.GOOGLE_AUTH_JSON }}" | base64 -d > google-services.json

- name: Run push notification script
run: |
Expand Down

0 comments on commit 4dad91f

Please sign in to comment.