mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-15 00:55:09 +01:00
unlock
This commit is contained in:
parent
0597214e8e
commit
a90f022d9f
2 changed files with 5 additions and 5 deletions
5
.github/workflows/apply.yaml
vendored
5
.github/workflows/apply.yaml
vendored
|
|
@ -9,6 +9,11 @@ jobs:
|
|||
name: Run playbooks
|
||||
steps:
|
||||
- uses: actions/checkout@8b5e8b768746b50394015010d25e690bfab9dfbc # v3.6.0
|
||||
- name: Unlock git-crypt secrets
|
||||
run: |
|
||||
base64 -d > git-crypt-key <<< "{{ secrets.GIT_CRYPT_KEY_BASE64 }}"
|
||||
git-crypt unlock git-crypt-key
|
||||
rm git-crypt-key
|
||||
- name: Run Ansible playbook
|
||||
uses: dawidd6/action-ansible-playbook@260ab3adce54d53c5db8f1b2eed1380ae5c73fea # v2.6.1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue