Skip to content

Commit

Permalink
feat: update ossrh secret with token and add path for org secrets (#3)
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 c4daf01 commit 8cac373
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions otterdog/eclipse-store.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ orgs.newOrg('eclipse-store') {
},
secrets+: [
orgs.newOrgSecret('ORG_GPG_PASSPHRASE') {
value: "********",
value: "pass:bots/technology.store/gpg/passphrase",
},
orgs.newOrgSecret('ORG_GPG_PRIVATE_KEY') {
value: "********",
value: "pass:bots/technology.store/gpg/secret-subkeys.asc",
},
orgs.newOrgSecret('ORG_OSSRH_PASSWORD') {
value: "********",
value: "pass:bots/technology.store/oss.sonatype.org/gh-token-password",
},
orgs.newOrgSecret('ORG_OSSRH_USERNAME') {
value: "********",
value: "pass:bots/technology.store/oss.sonatype.org/gh-token-username",
},
],
_repositories+:: [
Expand Down

0 comments on commit 8cac373

Please sign in to comment.