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
5ec8bd8ad0
commit
a2c77e4eac
1
.env.gpg
1
.env.gpg
@ -1 +0,0 @@
|
||||
Њ
‡-о)y—ЙюТgБ‡UlзHВЯљs(*}јД ТПµ9H©tRФwCЯРKї5МхЅpяіФH4§0ЙЗО‰iVБ {?Ч3& ¦jу|с(&L2ЛџХ<D19F>аµцP„¶T:I2hя·q{ в›
|
@ -15,7 +15,7 @@ jobs:
|
||||
# Ensure you remove any print statements of your secrets. GitHub does
|
||||
# not hide secrets that use this workaround.
|
||||
- name: Test printing your secret (Remove this step in production)
|
||||
run: cat ./.env
|
||||
run: cat ./secrets
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
.env
|
||||
.idea/
|
||||
secrets
|
@ -3,4 +3,4 @@
|
||||
# --batch to prevent interactive command
|
||||
# --yes to assume "yes" for questions
|
||||
gpg --quiet --batch --yes --decrypt --passphrase="$SECRET_PASSPHRASE" \
|
||||
--output ./.env ./.env.gpg
|
||||
--output ./secrets ./secrets.gpg
|
||||
|
2
secrets.gpg
Normal file
2
secrets.gpg
Normal file
@ -0,0 +1,2 @@
|
||||
<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