The problem
There's no write permissions for actions by default, as now by default access is Default assess (restricted).
Workaround
You can easily switch to legacy behaviour, when writing is available, see ad-m/github-push-action#96 (comment)
Solution
Setting the .permissions for step might be the solution.
Not quite sure about the prefect solution, but https://docs.github.com/en/actions/security-guides/automatic-token-authentication will definitely help.
The problem
There's no write permissions for actions by default, as now by default access is Default assess (restricted).
Workaround
You can easily switch to legacy behaviour, when writing is available, see ad-m/github-push-action#96 (comment)
Solution
Setting the
.permissionsfor step might be the solution.Not quite sure about the prefect solution, but https://docs.github.com/en/actions/security-guides/automatic-token-authentication will definitely help.