Closed m3ru closed 2 months ago
Looks great. Can you experiment with adding this line, to disable all permissions?
permissions: {}
(See https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token#defining-access-for-the-github_token-permissions)
This might be redundant (because we're not passing GITHUB_TOKEN credentials to this workflow); if it's not redundant, I'd be curious to know whether the script can still execute. (I think it should be able to).
Added permissions: {} -- system worked on my fork.
Looks great. Can you experiment with adding this line, to disable all permissions?
(See https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token#defining-access-for-the-github_token-permissions)
This might be redundant (because we're not passing GITHUB_TOKEN credentials to this workflow); if it's not redundant, I'd be curious to know whether the script can still execute. (I think it should be able to).