dd
This commit is contained in:
parent
6bda982e89
commit
5293dcc306
1 changed files with 1 additions and 7 deletions
|
@ -8,12 +8,6 @@ jobs:
|
|||
- name: Checkout code
|
||||
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
|
||||
run: echo ${VAULTPASS} > ./vault-pass
|
||||
|
||||
|
@ -25,4 +19,4 @@ jobs:
|
|||
with:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue