Skip to content

Commit

Permalink
Add ORKA token to infra repo (#57)
Browse files Browse the repository at this point in the history
* Add ORKA token to infra repo

Signed-off-by: George Adams <[email protected]>

* Update adoptium.jsonnet

Signed-off-by: George Adams <[email protected]>

* Update adoptium.jsonnet

Signed-off-by: George Adams <[email protected]>

* Update adoptium.jsonnet

Signed-off-by: George Adams <[email protected]>

---------

Signed-off-by: George Adams <[email protected]>
  • Loading branch information
gdams authored Jun 25, 2024
1 parent 3575279 commit 3caa7e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,18 @@ orgs.newOrg('adoptium') {
orgs.newRepoSecret('DOCKER_TOKEN') {
value: "pass:bots/adoptium/docker.com/token",
},
orgs.newRepoSecret('ORKA_VPN_USERNAME') {
value: "pass:bots/adoptium/macstadium.com/orka-vpn-username",
},
orgs.newRepoSecret('ORKA_VPN_PASSWORD') {
value: "pass:bots/adoptium/macstadium.com/orka-vpn-password",
},
orgs.newRepoSecret('ORKA_VPN_SERVER_CERT') {
value: "pass:bots/adoptium/macstadium.com/orka-vpn-cert",
},
orgs.newRepoSecret('ORKA_TOKEN') {
value: "pass:bots/adoptium/macstadium.com/orka-token",
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('master'),
Expand Down

0 comments on commit 3caa7e4

Please sign in to comment.