We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850e0a4 commit 300fc69Copy full SHA for 300fc69
.github/workflows/publish.yml
@@ -48,14 +48,11 @@ jobs:
48
run: |
49
IFS=""
50
echo "$PGP_PRIVATE_KEY" | gpg --dearmor > $HOME/secring.gpg
51
- echo "$PGP_PASSPHRASE" > $HOME/passphrase.txt
52
53
# Tell chart-releaser-action where to find the key and its passphrase
54
echo "CR_KEYRING=$HOME/secring.gpg" >> "$GITHUB_ENV"
55
- echo "CR_PASSPHRASE_FILE=$HOME/passphrase.txt" >> "$GITHUB_ENV"
56
env:
57
PGP_PRIVATE_KEY: "${{ secrets.PGP_PRIVATE_KEY }}"
58
- PGP_PASSPHRASE: "${{ secrets.PGP_PASSPHRASE }}"
59
60
- name: Run chart-releaser
61
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
0 commit comments