Skip to content

Commit

Permalink
[ci] Creating gnupg directory
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Feb 6, 2025
1 parent 8c84a01 commit 4313e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Configure GPG Key
run: |
mkdir -p ~/.gnupg
echo -n "$GPG_SIGNING_KEY" | base64 -d > ~/.gnupg/pubring.gpg
env:
GPG_SIGNING_KEY: ${{ secrets.HELM_CHARTS_SIGNING_KEY }}
Expand Down

0 comments on commit 4313e7d

Please sign in to comment.