GITHUB_TOKEN when running workflows in a repository, and sets if GitHub Actionsrepo scope to use this endpoint.curl --location --request PUT 'https://service1.exmaple.com/repos///actions/permissions/workflow' \
--header 'Content-Type: application/json' \
--data '{
"default_workflow_permissions": "read",
"can_approve_pull_request_reviews": true
}'