CI: do not encrypt username & gpg subject
These values are not sensitive data. Also encryption of these values have side effect when they are same as part of log output: e.g. word "termux-licenses" will become "SECRET-licenses" which may be confusing.
This commit is contained in:
parent
1197b9a9e0
commit
63f6d320d1
@ -64,9 +64,9 @@ publish_task:
|
||||
- build
|
||||
|
||||
environment:
|
||||
BINTRAY_USERNAME: ENCRYPTED[5f767b4b9d6437b98e81c7a9c510363be8c71458efe17b73692898f5bd2720b359a962677b68930e298febf440bea75b]
|
||||
BINTRAY_USERNAME: xeffyr
|
||||
BINTRAY_API_KEY: ENCRYPTED[c056d345d7a15f90b818dd9382129c27ce4ce2b802831ec890786414fc214c4203714c353a8fef3a6b9b1b1d68e4685e]
|
||||
BINTRAY_GPG_SUBJECT: ENCRYPTED[adefd71182b37f4cfe2ef734bb400f5d273c562d45536edce46fd63d260a0c0717df7e73f2bb492afb4f5c0ef6d0460d]
|
||||
BINTRAY_GPG_SUBJECT: termux
|
||||
BINTRAY_GPG_PASSPHRASE: ENCRYPTED[854c09c78b3318a30d3c9094b1010dfebd4c71ad9173b64479eaafaa7e941b050afaa936ad635af3709382492828316f]
|
||||
|
||||
# Publish.
|
||||
|
Loading…
Reference in New Issue
Block a user