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