dd
Some checks failed
ansible-lint / ansible-lint (push) Failing after 44s
gitleaks / gitleaks (push) Successful in 6s
ansible-lint / ansible-lint (pull_request) Failing after 42s
gitleaks / gitleaks (pull_request) Successful in 5s

This commit is contained in:
Michael Grote 2024-08-22 21:54:48 +02:00
parent 6bda982e89
commit 5293dcc306

View file

@ -8,12 +8,6 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: write ssh-key
run: echo ${SSHKEY} > ./id_ed25519
- name: set ssh-key permissions
run: chmod 0400 ./id_ed25519
- name: write vault-pass - name: write vault-pass
run: echo ${VAULTPASS} > ./vault-pass run: echo ${VAULTPASS} > ./vault-pass
@ -25,4 +19,4 @@ jobs:
with: with:
args: ansible-lint --force-color --format pep8 --show-relpath args: ansible-lint --force-color --format pep8 --show-relpath
# SSHKEY + VAULTPASS sind als Secrets auf Repo-Ebene angelegt # VAULTPASS ist als Secrets auf Repo-Ebene angelegt