GitHub Action workflows breaks with the transition to a read-only GITHUB_TOKEN
aporodnov opened this issue · 1 comments
aporodnov commented
Is your feature request related to a problem? Please describe.
I can see this already impacting at least two workflows: Consistency Check and Pull Request Check.
Describe the solution you'd like
Here is the article on how to mitigate the issue: https://docs.opensource.microsoft.com/github/apps/permission-changes/
Looks like we need to add permissions block to each actions with the least privileges assignments for the jobs to make it work.
github-actions commented
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.