allowed_actions to selected actions, then you cannot override them for the organization.admin:org scope to use this endpoint.curl --location --request PUT 'https://service1.exmaple.com/orgs//actions/permissions' \
--header 'Content-Type: application/json' \
--data '{
"enabled_repositories": "all",
"allowed_actions": "selected"
}'