Skip to content

Commit

Permalink
Add nmpjs organisation secret. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pstankie authored Apr 18, 2024
1 parent 022afc7 commit 31a0d55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions otterdog/eclipse-glsp.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ orgs.newOrg('eclipse-glsp') {
default_workflow_permissions: "write",
},
},
secrets+: [
orgs.newOrgSecret('NPMJS_TOKEN') {
value: "pass:bots/ecd.glsp/npmjs.com/token",
},
],
_repositories+:: [
orgs.newRepo('glsp') {
allow_update_branch: false,
Expand Down

0 comments on commit 31a0d55

Please sign in to comment.