Skip to content

Commit

Permalink
feat: update org secrets with value (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte authored Jul 10, 2024
1 parent f90f3d3 commit bb24710
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions otterdog/eclipse-esmf.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ orgs.newOrg('eclipse-esmf') {
},
secrets+: [
orgs.newOrgSecret('NPMJS_TOKEN') {
value: "********",
value: "pass:bots/dt.esmf/npmjs.com/token",
},
orgs.newOrgSecret('OSSRH_TOKEN') {
value: "********",
value: "pass:bots/dt.esmf/oss.sonatype.org/gh-token-password",
},
orgs.newOrgSecret('OSSRH_USERNAME') {
value: "********",
value: "pass:bots/dt.esmf/oss.sonatype.org/gh-token-username",
},
orgs.newOrgSecret('PGP_KEY') {
value: "********",
value: "pass:bots/dt.esmf/gpg/secret-subkeys.asc",
},
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",
},
orgs.newOrgSecret('WEBHOOK_SECRET') {
value: "pass:bots/dt.esmf/github.com/webhook-secret",
Expand Down

0 comments on commit bb24710

Please sign in to comment.