We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3069c commit b63b4b0Copy full SHA for b63b4b0
1 file changed
HELP.md
@@ -298,7 +298,7 @@ Add the **Portal token** under server id **`central`** and (optionally) a GPG pr
298
<properties>
299
<gpg.executable>gpg</gpg.executable>
300
<!-- Optional: set if you have multiple keys -->
301
- <gpg.keyname>80FB99EFC46EEF609CA94FC06F71D93E0823BB8B</gpg.keyname>
+ <gpg.keyname>YOUR-GPG-KEY</gpg.keyname>
302
<!-- Avoid plaintext: pass via env in CI. Locally you can omit to use gpg-agent -->
303
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
304
</properties>
0 commit comments