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
fix(ci): grant callers the permissions their reusable workflows declare (#73)
GitHub refuses these runs at workflow-creation time: `Error calling
workflow ... The workflow is requesting '<perm>', but is only allowed
'<none>'.` A `workflow_call` job must grant a superset of the callee's
declared permissions. This adds the canonical grant (`actions: read`,
`contents: read`, `security-events: write`) that the healthy repos
already carry.
0 commit comments