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
|
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 }}
|
|
Loading…
Reference in New Issue
Block a user