Skip to content

Commit

Permalink
add codecov token for adoptium.net (#54)
Browse files Browse the repository at this point in the history
Required for V4

Signed-off-by: George Adams <[email protected]>
  • Loading branch information
gdams authored Apr 29, 2024
1 parent 4e9e6bd commit bb4e282
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ orgs.newOrg('adoptium') {
],
},
],
secrets: [
orgs.newRepoSecret('CODECOV_TOKEN') {
value: "pass:bots/adoptium/codecov/adoptium-net-token",
},
],
},
orgs.newRepo('adoptium.net-redesign') {
allow_auto_merge: true,
Expand Down

0 comments on commit bb4e282

Please sign in to comment.