From 5293dcc3069deceec2852ff09436cef3121ad15d Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 22 Aug 2024 21:54:48 +0200 Subject: [PATCH] dd --- .gitea/workflows/ansible-lint.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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