This commit is contained in:
nora 2023-09-03 11:47:15 +02:00
parent a90f022d9f
commit 8a73c98c1f

View file

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@8b5e8b768746b50394015010d25e690bfab9dfbc # v3.6.0
- name: Unlock git-crypt secrets
run: |
base64 -d > git-crypt-key <<< "{{ secrets.GIT_CRYPT_KEY_BASE64 }}"
base64 -d > git-crypt-key <<< {{ secrets.GIT_CRYPT_KEY_BASE64 }}
git-crypt unlock git-crypt-key
rm git-crypt-key
- name: Run Ansible playbook