Skip to content

Commit

Permalink
default_workflow_permissions should be read (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored Sep 10, 2024
1 parent a1d4d44 commit 7d37d43
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions otterdog/eclipse-eclemma.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orgs.newOrg('eclipse-eclemma') {
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
default_workflow_permissions: "read",
},
},
webhooks+: [
Expand Down Expand Up @@ -43,9 +43,6 @@ orgs.newOrg('eclipse-eclemma') {
requires_pull_request: false,
},
],
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('update.eclemma.org') {
description: "website https://update.eclemma.org",
Expand Down

0 comments on commit 7d37d43

Please sign in to comment.