Skip to content

Commit

Permalink
Add NIST NVD API token (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ellison <[email protected]>
  • Loading branch information
tellison authored May 13, 2024
1 parent bb4e282 commit aa00b05
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 @@ -743,6 +743,11 @@ orgs.newOrg('adoptium') {
branch_protection_rules: [
orgs.newBranchProtectionRule('main'),
],
secrets: [
orgs.newRepoSecret('NIST_NVD_TOKEN') {
value: "pass:bots/adoptium/nist/nist-nvd-api-token",
},
],
},
orgs.newRepo('devkit-binaries') {
allow_merge_commit: true,
Expand Down

0 comments on commit aa00b05

Please sign in to comment.