You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The automated GITHUB_TOKEN is over-privileged by default.
The fix involves explicitly defining the minimum required permissions for the GITHUB_TOKEN at the workflow level, and then overriding them at the job level only when necessary.