Skip to content

Commit

Permalink
feat: update ossrh secrets with account token (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte authored Jun 16, 2024
1 parent 617adce commit 1c92c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-edc.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ orgs.newOrg('eclipse-edc') {
value: "pass:bots/technology.edc/gpg/secret-subkeys.asc",
},
orgs.newOrgSecret('ORG_OSSRH_PASSWORD') {
value: "pass:bots/technology.edc/oss.sonatype.org/password",
value: "pass:bots/technology.edc/oss.sonatype.org/gh-token-password",
},
orgs.newOrgSecret('ORG_OSSRH_USERNAME') {
value: "pass:bots/technology.edc/oss.sonatype.org/username",
value: "pass:bots/technology.edc/oss.sonatype.org/gh-token-username",
},
orgs.newOrgSecret('SWAGGERHUB_TOKEN') {
value: "********",
Expand Down

0 comments on commit 1c92c45

Please sign in to comment.