ci: Fix dubious ownership problems
Some checks failed
ci/woodpecker/push/build-site Pipeline failed

This commit is contained in:
Thomas A. Christensen II 2024-02-08 11:41:39 -06:00
parent 31f43ba086
commit da28273e1a
Signed by: millironx
GPG key ID: B7044A3432851F64

View file

@ -6,6 +6,7 @@ steps:
image: andyaugustin/git-crypt:v1.0.2
commands:
- echo "${GIT_CRYPT_KEY}" | base64 --decode > /tmp/.git-crypt-key
- git config --global --add safe.directory
- git-crypt unlock /tmp/.git-crypt-key
- rm /tmp/.git-crypt-key
secrets: