id
. You must authenticate using an access token with the repo
scope to use this endpoint. GitHub Apps must have the actions:write
permission to use this endpoint.curl --location --request POST 'https://api.github.com/repos///actions/runs//rerun' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_debug_logging": false
}'
null