mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
try
This commit is contained in:
parent
8c5028e187
commit
d6e7e1d18d
1 changed files with 4 additions and 5 deletions
9
.github/workflows/apply.yaml
vendored
9
.github/workflows/apply.yaml
vendored
|
|
@ -9,11 +9,10 @@ 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: Unlock secrets
|
||||
uses: sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8 # v1.2.0
|
||||
env:
|
||||
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY_BASE64 }}
|
||||
- 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