@@ -46,7 +46,7 @@ signing:
46
46
mode: MEMORY
47
47
48
48
# The passphrase required to read secret keys.
49
- # icon:exclamation-triangle [] icon:eye-slash[]
49
+ # icon:dot-circle [] icon:eye-slash[]
50
50
passphrase: __USE_ENVIRONMENT_VARIABLE__
51
51
52
52
# The public GPG (ascii armored) used to sign files and commits.
@@ -161,7 +161,7 @@ TOML::
161
161
mode = 'MEMORY'
162
162
163
163
# The passphrase required to read secret keys.
164
- # icon:exclamation-triangle [] icon:eye-slash[]
164
+ # icon:dot-circle [] icon:eye-slash[]
165
165
passphrase = "__USE_ENVIRONMENT_VARIABLE__"
166
166
167
167
# The public GPG (ascii armored) used to sign files and commits.
@@ -276,7 +276,7 @@ JSON::
276
276
"mode": "MEMORY",
277
277
278
278
// The passphrase required to read secret keys.
279
- // icon:exclamation-triangle [] icon:eye-slash[]
279
+ // icon:dot-circle [] icon:eye-slash[]
280
280
"passphrase": "__USE_ENVIRONMENT_VARIABLE__",
281
281
282
282
// The public GPG (ascii armored) used to sign files and commits.
@@ -411,7 +411,7 @@ Maven::
411
411
<!--
412
412
The passphrase required to read secret keys.
413
413
Required when mode = `MEMORY` || `FILE`.
414
- icon:exclamation-triangle [] icon:eye-slash[]
414
+ icon:dot-circle [] icon:eye-slash[]
415
415
-->
416
416
<passphrase>__USE_ENVIRONMENT_VARIABLE__</passphrase>
417
417
@@ -564,7 +564,7 @@ jreleaser {
564
564
mode = 'MEMORY'
565
565
566
566
// The passphrase required to read secret keys.
567
- // icon:exclamation-triangle [] icon:eye-slash[]
567
+ // icon:dot-circle [] icon:eye-slash[]
568
568
passphrase = '__USE_ENVIRONMENT_VARIABLE__'
569
569
570
570
// The public GPG (ascii armored) used to sign files and commits.
0 commit comments