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 run: ./decrypt_secrets.sh
env: env:
SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }} SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }}
- name: Test printing your secret (Remove this step in production)
PrintSecrets: run: cat ./secrets
needs: DecryptSecrets - name: List files in the repository
runs-on: ubuntu-latest run: |
steps: 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 }}