Skip to content

Commit

Permalink
what if chmod in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
APandamonium1 committed Jun 18, 2024
1 parent e057ce9 commit 3794584
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
# go run json_validator.go edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json

- name: Decrypt Firebase JSON
run: ./decrypt_secret.sh
run: |
chmod +x decrypt_secret.sh
./decrypt_secret.sh
env:
FIREBASE_ADMIN_PASSPHRASE: ${{secrets.FIREBASE_ADMIN_PASSPHRASE}}

Expand Down

0 comments on commit 3794584

Please sign in to comment.