mirror of
https://github.com/r-freeman/workflow-with-secrets.git
synced 2024-11-11 11:55:41 +00:00
This commit is contained in:
parent
b3187bc719
commit
3c264ee288
@ -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 }}
|
Loading…
Reference in New Issue
Block a user