Skip to content

Commit

Permalink
Resolve org secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-pass-bot committed Sep 13, 2023
1 parent ae62177 commit 8750a35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions otterdog/eclipse-pass.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ orgs.newOrg('eclipse-pass') {
value: "********",
},
orgs.newOrgSecret('MAVEN_GPG_KEY') {
value: "********",
value: "pass:bots/technology.pass/gpg/secret-subkeys.asc",
},
orgs.newOrgSecret('MAVEN_GPG_PASSPHRASE') {
value: "********",
value: "pass:bots/technology.pass/gpg/passphrase",
},
orgs.newOrgSecret('OSSRH_PASSWORD') {
value: "********",
value: "pass:bots/technology.pass/oss.sonatype.org/password",
},
orgs.newOrgSecret('OSSRH_USERNAME') {
value: "********",
value: "pass:bots/technology.pass/oss.sonatype.org/username",
},
],
_repositories+:: [
Expand Down

0 comments on commit 8750a35

Please sign in to comment.