Skip to content

Commit

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

0 comments on commit c9a6e46

Please sign in to comment.