Skip to content

Commit

Permalink
Add codecov token to adoptium.net (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: George Adams <[email protected]>
  • Loading branch information
gdams authored Feb 4, 2024
1 parent 6ff672e commit 71974bf
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 @@ -210,6 +210,11 @@ orgs.newOrg('adoptium') {
],
},
],
secrets: [
orgs.newRepoSecret('CODECOV_TOKEN') {
value: "pass:bots/adoptium/codecov/adoptium-redesign-token",
},
],
},
newMirrorRepo('alpine-jdk8u') {},
orgs.newRepo('api.adoptium.net') {
Expand Down

0 comments on commit 71974bf

Please sign in to comment.