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

This commit is contained in:
Ryan Freeman 2024-08-20 21:56:38 +01:00
parent d948117390
commit ef54da35ec

View File

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