Skip to content

Commit 8cea546

Browse files
JonasVautherinaalmiray
authored andcommitted
Update signing.adoc
Update documentation following jreleaser/jreleaser#1884
1 parent 3ef0fc6 commit 8cea546

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/modules/reference/pages/signing.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ signing:
4646
mode: MEMORY
4747
4848
# The passphrase required to read secret keys.
49-
# icon:exclamation-triangle[] icon:eye-slash[]
49+
# icon:dot-circle[] icon:eye-slash[]
5050
passphrase: __USE_ENVIRONMENT_VARIABLE__
5151
5252
# The public GPG (ascii armored) used to sign files and commits.
@@ -161,7 +161,7 @@ TOML::
161161
mode = 'MEMORY'
162162

163163
# The passphrase required to read secret keys.
164-
# icon:exclamation-triangle[] icon:eye-slash[]
164+
# icon:dot-circle[] icon:eye-slash[]
165165
passphrase = "__USE_ENVIRONMENT_VARIABLE__"
166166

167167
# The public GPG (ascii armored) used to sign files and commits.
@@ -276,7 +276,7 @@ JSON::
276276
"mode": "MEMORY",
277277

278278
// The passphrase required to read secret keys.
279-
// icon:exclamation-triangle[] icon:eye-slash[]
279+
// icon:dot-circle[] icon:eye-slash[]
280280
"passphrase": "__USE_ENVIRONMENT_VARIABLE__",
281281

282282
// The public GPG (ascii armored) used to sign files and commits.
@@ -411,7 +411,7 @@ Maven::
411411
<!--
412412
The passphrase required to read secret keys.
413413
Required when mode = `MEMORY` || `FILE`.
414-
icon:exclamation-triangle[] icon:eye-slash[]
414+
icon:dot-circle[] icon:eye-slash[]
415415
-->
416416
<passphrase>__USE_ENVIRONMENT_VARIABLE__</passphrase>
417417

@@ -564,7 +564,7 @@ jreleaser {
564564
mode = 'MEMORY'
565565

566566
// The passphrase required to read secret keys.
567-
// icon:exclamation-triangle[] icon:eye-slash[]
567+
// icon:dot-circle[] icon:eye-slash[]
568568
passphrase = '__USE_ENVIRONMENT_VARIABLE__'
569569

570570
// The public GPG (ascii armored) used to sign files and commits.

0 commit comments

Comments
 (0)