Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Oct 23, 2024
1 parent 383e6d4 commit 7ab63c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}

- name: Export GPG key to legacy format
run: gpg --export-secret-keys > ~/.gnupg/pubring.gpg

- name: Set up Helm
uses: azure/setup-helm@v4
with:
Expand All @@ -44,5 +52,7 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1
with:
config: cr.yaml
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7ab63c9

Please sign in to comment.