Skip to content

Commit

Permalink
fix: add quotes to key name
Browse files Browse the repository at this point in the history
Signed-off-by: Brenno Oliveira <brenno.oliveira@deliveryhero.com>
  • Loading branch information
brennoo committed Jan 7, 2025
1 parent eeec412 commit 96a2242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
continue
fi
echo "$d"
helm package --sign "$d" -u --key ${{ steps.import_gpg.outputs.name }} --passphrase-file passphrase.txt --keyring ~/.gnupg/secring.gpg
helm package --sign "$d" -u --key "${{ steps.import_gpg.outputs.name }}" --passphrase-file passphrase.txt --keyring ~/.gnupg/secring.gpg
done
rm passphrase.txt
echo "Packing done"
Expand Down

0 comments on commit 96a2242

Please sign in to comment.