fix: add pull-requests write permission to release workflow #22
Reference in New Issue
Block a user
Delete Branch "fix/release-permissions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
pull-requests: writeto thepermissionsblock in the release workflowprivilegedescalation/.github/.github/workflows/plugin-release.yaml@maindeclares bothcontents: writeandpull-requests: writepermissionscontents: write, GitHub Actions rejects the call with astartup_failurebecause the caller must grant all permissions declared by the calleeTest plan
workflow_dispatchand confirm it no longer fails withstartup_failure🤖 Generated with Claude Code