Skip to content

Commit

Permalink
Added API token for testing farm (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Apr 11, 2024
1 parent ce97559 commit 52b16be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otterdog/eclipse-bluechi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ orgs.newOrg('eclipse-bluechi') {
orgs.newRepoSecret('QUAY_BOT_API_TOKEN') {
value: "pass:bots/automotive.bluechi/quay.io/api-token",
},
orgs.newRepoSecret('TESTING_FARM_API_TOKEN') {
value: "pass:bots/automotive.bluechi/github.com/testing-farm-token",
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
Expand Down

0 comments on commit 52b16be

Please sign in to comment.