Skip to content

Commit 300fc69

Browse files
committed
fix: add chat thmp
1 parent 850e0a4 commit 300fc69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,11 @@ jobs:
4848
run: |
4949
IFS=""
5050
echo "$PGP_PRIVATE_KEY" | gpg --dearmor > $HOME/secring.gpg
51-
echo "$PGP_PASSPHRASE" > $HOME/passphrase.txt
5251
5352
# Tell chart-releaser-action where to find the key and its passphrase
5453
echo "CR_KEYRING=$HOME/secring.gpg" >> "$GITHUB_ENV"
55-
echo "CR_PASSPHRASE_FILE=$HOME/passphrase.txt" >> "$GITHUB_ENV"
5654
env:
5755
PGP_PRIVATE_KEY: "${{ secrets.PGP_PRIVATE_KEY }}"
58-
PGP_PASSPHRASE: "${{ secrets.PGP_PASSPHRASE }}"
5956

6057
- name: Run chart-releaser
6158
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0

0 commit comments

Comments
 (0)