This commit is contained in:
nora 2023-09-03 11:50:17 +02:00
parent 8a73c98c1f
commit 8c5028e187

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