From 6497f63244e5522f8051c9ec8bdcc2702c843679 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 7 May 2023 13:24:08 +0200 Subject: [PATCH] Update charts-lint.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-lint.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 2f8b35af9c6..e5ef2bcbd78 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -44,21 +44,6 @@ jobs: id: collect-changes uses: ./.github/actions/collect-changes - - name: Prepare GPG key - shell: bash - run: | - gpg_dir=.cr-gpg - mkdir "$gpg_dir" - keyring="$gpg_dir/secring.gpg" - base64 -d <<< "$GPG_KEYRING_BASE64" > "$keyring" - passphrase_file="$gpg_dir/passphrase" - echo "$GPG_PASSPHRASE" > "$passphrase_file" - echo "CR_PASSPHRASE_FILE=$passphrase_file" >> "$GITHUB_ENV" - echo "CR_KEYRING=$keyring" >> "$GITHUB_ENV" - env: - GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}" - GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}" - - name: Fetch and Verify dependencies shell: bash if: |