This commit is contained in:
parent
b2dc663320
commit
d99fc17381
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Decrypt repository
|
- name: Decrypt repository
|
||||||
image: truemark/git-crypt:beta-0.7.0-alpine-3.17
|
image: andyaugustin/git-crypt:v1.0.2
|
||||||
commands:
|
commands:
|
||||||
- echo "${GIT_CRYPT_KEY}" | base64 --decode > ./.git-crypt-key
|
- echo "${GIT_CRYPT_KEY}" | base64 --decode > ./.git-crypt-key
|
||||||
- git-crypt unlock ./.git-crypt-key
|
- git-crypt unlock ./.git-crypt-key
|
||||||
|
|
Loading…
Reference in a new issue