replace woodpecker-ci with gitea-act-runner #166

Merged
mg merged 47 commits from act into master 2024-08-22 22:45:14 +02:00
Showing only changes of commit 5293dcc306 - Show all commits

View file

@ -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