Skip to content

fix: use pull_request_target for release assistant to support fork PRs#426

Merged
doron050 merged 1 commit into
mainfrom
fix-release-flow
Jul 25, 2026
Merged

fix: use pull_request_target for release assistant to support fork PRs#426
doron050 merged 1 commit into
mainfrom
fix-release-flow

Conversation

@doron050

Copy link
Copy Markdown
Collaborator

The release-assistant workflow used pull_request which restricts GITHUB_TOKEN to read-only for fork PRs, causing a 403 when trying to post comments/set statuses.

Switched to pull_request_target — safe here since the workflow only reads PR metadata via the API (no PR code is ever executed). Also removed the unnecessary actions/checkout step.

@doron050
doron050 merged commit a81bac3 into main Jul 25, 2026
4 checks passed
@doron050 doron050 mentioned this pull request Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant