Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
5120931092
commit
6497f63244
|
@ -44,21 +44,6 @@ jobs:
|
||||||
id: collect-changes
|
id: collect-changes
|
||||||
uses: ./.github/actions/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
|
- name: Fetch and Verify dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
if: |
|
if: |
|
||||||
|
|
Loading…
Reference in New Issue