Skip to content

Commit

Permalink
fix: releaser gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Nov 12, 2023
1 parent 610bbaa commit b07346d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ jobs:
with:
version: v3.13.0

- name: Prepare GPG key
run: |
gpg_dir=.cr-gpg
mkdir "$gpg_dir"
keyring="$gpg_dir/secring.gpg"
base64 -d <<< "$GPG_KEYRING_BASE64" > "$keyring"
echo "CR_KEYRING=$keyring" >> "$GITHUB_ENV"
env:
GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}"

- name: Add repositories
run: |
for dir in $(ls -d charts/*/); do
Expand Down

0 comments on commit b07346d

Please sign in to comment.