Skip to content

Commit

Permalink
feat: update ossrh secret with token (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
  • Loading branch information
heurtematte authored Jul 10, 2024
1 parent 37d88ee commit 740122d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-kuksa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ orgs.newOrg('eclipse-kuksa') {
value: "pass:bots/automotive.kuksa/gpg/subkey_id",
},
orgs.newOrgSecret('ORG_OSSRH_PASSWORD') {
value: "pass:bots/automotive.kuksa/oss.sonatype.org/password",
value: "pass:bots/automotive.kuksa/oss.sonatype.org/gh-token-password",
},
orgs.newOrgSecret('ORG_OSSRH_USERNAME') {
value: "pass:bots/automotive.kuksa/oss.sonatype.org/username",
value: "pass:bots/automotive.kuksa/oss.sonatype.org/gh-token-username",
},
orgs.newOrgSecret('QUAY_IO_TOKEN') {
value: "pass:bots/automotive.kuksa/quay.io/robot-token",
Expand Down

0 comments on commit 740122d

Please sign in to comment.