Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
krasimirdermendzhiev committed Dec 20, 2021
1 parent 6f2e664 commit d7b5503
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,15 @@ jobs:
run: |
cat <(echo -e "${{ secrets.GPG_SIGN_KEY }}") | gpg --batch --import --no-tty --batch --yes
- name: GPG configuration
run: |
echo use-agent >> ~/.gnupg/gpg.conf
echo pinentry-mode loopback >> ~/.gnupg/gpg.conf
echo no-tty >> ~/.gnupg/gpg.conf
echo batch >> ~/.gnupg/gpg.conf
echo allow-loopback-pinentry >> ~/.gnupg/gpg-agent.conf
echo RELOADAGENT | gpg-connect-agent
- name: Helm Charts Release
run: |
Expand Down

0 comments on commit d7b5503

Please sign in to comment.