mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
try
This commit is contained in:
parent
a90f022d9f
commit
8a73c98c1f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/apply.yaml
vendored
2
.github/workflows/apply.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue