repo
scope to use this endpoint. GitHub Apps must have theadministration
permission to use this endpoint.curl --location --request PUT 'https://api.github.com/repos///actions/permissions/access' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_level": "none"
}'
{}