Skip to content

Commit

Permalink
Add DOCKER TOKEN secret (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <[email protected]>
  • Loading branch information
netomi authored Dec 13, 2023
1 parent ad5ad08 commit 6f7aabe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,9 @@ orgs.newOrg('adoptium') {
orgs.newRepoSecret('DOCKER_USERNAME') {
value: "pass:bots/adoptium/docker.com/username",
},
orgs.newRepoSecret('DOCKER_TOKEN') {
value: "pass:bots/adoptium/docker.com/token",
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('master'),
Expand Down

0 comments on commit 6f7aabe

Please sign in to comment.