Skip to content

Commit

Permalink
fix(auth): use OSSRH's tokenbased auth (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Jun 17, 2024
1 parent 22f790e commit accab92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ orgs.newOrg('eclipse-tractusx') {
value: "pass:bots/automotive.tractusx/gpg/secret-subkeys.asc",
},
orgs.newOrgSecret('ORG_OSSRH_PASSWORD') {
value: "pass:bots/automotive.tractusx/oss.sonatype.org/password",
value: "pass:bots/automotive.tractusx/oss.sonatype.org/gh-token-password",
},
orgs.newOrgSecret('ORG_OSSRH_USERNAME') {
value: "pass:bots/automotive.tractusx/oss.sonatype.org/username",
value: "pass:bots/automotive.tractusx/oss.sonatype.org/gh-token-username",
},
orgs.newOrgSecret('ORG_PORTAL_DISPATCH_APPID') {
value: "pass:bots/automotive.tractusx/github.com/github-app-id",
Expand Down

0 comments on commit accab92

Please sign in to comment.