update workflow
Some checks failed
Decrypt Secrets / DecryptSecrets (push) Failing after 2s

This commit is contained in:
Ryan Freeman 2024-08-20 21:55:38 +01:00
parent 868ae9ffad
commit d948117390

View File

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Decrypt secrets
run: ./decrypt_secret.sh
run: bash decrypt_secret.sh
env:
SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }}
# This command is just an example to show your secret being printed