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
3c264ee288
commit
f6ca46ff64
@ -11,8 +11,6 @@ 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)
|
|
||||||
run: cat ./secrets
|
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls -la ${{ gitea.workspace }}
|
@ -2,5 +2,4 @@
|
|||||||
|
|
||||||
# --batch to prevent interactive command
|
# --batch to prevent interactive command
|
||||||
# --yes to assume "yes" for questions
|
# --yes to assume "yes" for questions
|
||||||
gpg --quiet --batch --yes --decrypt --passphrase="$SECRET_PASSPHRASE" \
|
gpg --quiet --batch --yes --decrypt --passphrase="$SECRET_PASSPHRASE" --output ./.env ./.env.gpg
|
||||||
--output ./secrets ./secrets.gpg
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
<EFBFBD>
υQυπγ±ΏΫώ<CEAB>jYΖcώ0J—Α `Ο–¤d9<64>iC›<>“ψaϊίΉΆ_jlQ
|
|
||||||
<0E>Θ.¶—<C2B6>ϊLΫ—<>ηύά― N`•„<E280A2>όc—N α<C2A0>AΘ ΕΓσKQζ‘Φ ό™¥Ώ›`*(Ξ „Ά<E2809E>ξUτE΅ύ"f
|
|
Loading…
Reference in New Issue
Block a user