Skip to content

Commit

Permalink
Add GH_ACTION_TOKEN secret
Browse files Browse the repository at this point in the history
Needed for the GitHub Actions workflow in sirius-website-sources to
push the result into sirius-website.

See https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4254 for
context.

Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Feb 9, 2024
1 parent 63f10f8 commit 3ae370e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions otterdog/eclipse-sirius.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ orgs.newOrg('eclipse-sirius') {
workflows+: {
default_workflow_permissions: "write",
},
secrets: [
orgs.newRepoSecret('GH_ACTION_TOKEN') {
value: "pass:bots/modeling.sirius/github.com/api-token",
},
],
},
orgs.newRepo('.github') {
allow_merge_commit: true,
Expand Down

0 comments on commit 3ae370e

Please sign in to comment.