diff --git a/.gitea/workflows/ansible-lint.yaml b/.gitea/workflows/ansible-lint.yaml index 3bc5ceee..2ed3c8f6 100644 --- a/.gitea/workflows/ansible-lint.yaml +++ b/.gitea/workflows/ansible-lint.yaml @@ -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