update workflow
All checks were successful
Decrypt Secrets / DecryptSecrets (push) Successful in 3s

This commit is contained in:
Ryan Freeman 2024-08-20 22:16:02 +01:00
parent b3187bc719
commit 3c264ee288

View File

@ -11,13 +11,8 @@ jobs:
run: ./decrypt_secrets.sh
env:
SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }}
PrintSecrets:
needs: DecryptSecrets
runs-on: ubuntu-latest
steps:
- name: Test printing your secret (Remove this step in production)
run: cat ./secrets
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Test printing your secret (Remove this step in production)
run: cat ./secrets
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}