Skip to content

Commit

Permalink
fix: workflow permission set to read
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-vavdiya committed Aug 7, 2024
1 parent 2cc6c6c commit 4c77d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@ orgs.newOrg('eclipse-tractusx') {
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
default_workflow_permissions: "read",
},
},
],
Expand Down

0 comments on commit 4c77d7a

Please sign in to comment.