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
d948117390
commit
ef54da35ec
@ -8,7 +8,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Decrypt secrets
|
||||
run: bash decrypt_secret.sh
|
||||
run: ./decrypt_secrets.sh
|
||||
env:
|
||||
SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }}
|
||||
# This command is just an example to show your secret being printed
|
||||
|
Loading…
Reference in New Issue
Block a user