Skip to content

Commit

Permalink
Fix workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
doosuu committed Jan 30, 2024
1 parent bccee8f commit 8f04107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-velocitas.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ orgs.newOrg('eclipse-velocitas') {
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
default_workflow_permissions: "read",
},
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
Expand Down

0 comments on commit 8f04107

Please sign in to comment.