Skip to content

Commit

Permalink
Update secret according to pass
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte committed Jul 28, 2023
1 parent e04324e commit 001c701
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions otterdog/eclipse-esmf.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ orgs.newOrg('eclipse-esmf') {
},
secrets+: [
orgs.newOrgSecret('NPMJS_TOKEN') {
value: "********",
value: "pass:bots/dt.esmf/npmjs.com/token",
},
orgs.newOrgSecret('OSSRH_TOKEN') {
value: "********",
},
orgs.newOrgSecret('OSSRH_USERNAME') {
value: "********",
value: "pass:bots/dt.esmf/oss.sonatype.org/username",
},
orgs.newOrgSecret('PGP_KEY') {
value: "********",
value: "pass:bots/dt.esmf/gpg/key_id",
},
orgs.newOrgSecret('PGP_KEY_PASSWORD') {
value: "********",
value: "pass:bots/dt.esmf/gpg/passphrase",
},
orgs.newOrgSecret('PYPI_TOKEN') {
value: "********",
value: "pass:bots/dt.esmf/pypi.org/api-token",
},
],
_repositories+:: [
Expand Down

0 comments on commit 001c701

Please sign in to comment.