Skip to content

Commit

Permalink
feat: add OSSRH secrets and update secrets path (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte authored Oct 9, 2024
1 parent 6e17187 commit 066c732
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions otterdog/eclipse-zenoh.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,31 @@ orgs.newOrg('eclipse-zenoh') {
},
secrets+: [
orgs.newOrgSecret('CRATES_IO_TOKEN') {
value: "********",
value: "pass:bots/iot.zenoh/crates.io/api-token",
},
orgs.newOrgSecret('DOCKER_COM_PASSWORD') {
value: "********",
value: "pass:bots/iot.zenoh/docker.com/api-token",
},
orgs.newOrgSecret('DOCKER_COM_USERNAME') {
value: "********",
value: "pass:bots/iot.zenoh/docker.com/username",
},
orgs.newOrgSecret('BOT_TOKEN_WORKFLOW') {
value: "pass:/bots/iot.zenoh/github.com/api-token-workflow",
},
orgs.newOrgSecret('PYPI_ORG_TOKEN') {
value: "********",
value: "pass:bots/iot.zenoh/pypi.org/api-token",
},
orgs.newOrgSecret('SSH_PASSPHRASE') {
value: "********",
value: "pass:bots/iot.zenoh/gpg/passphrase",
},
orgs.newOrgSecret('SSH_PRIVATE_KEY') {
value: "********",
value: "pass:bots/iot.zenoh/gpg/secret-subkeys.asc",
},
orgs.newOrgSecret('ORG_OSSRH_PASSWORD') {
value: "pass:bots/iot.zenoh/oss.sonatype.org/gh-token-password",
},
orgs.newOrgSecret('ORG_OSSRH_USERNAME') {
value: "pass:bots/iot.zenoh/oss.sonatype.org/gh-token-username",
},
],
_repositories+:: [
Expand Down

0 comments on commit 066c732

Please sign in to comment.