Skip to content

ci: use github.token for packaging dispatch proxy - #613

Merged
cursor[bot] merged 1 commit into
stablefrom
cursor-fix-dispatch-token-695b
Sep 15, 2026
Merged

cursor[bot] merged 1 commit into
stablefrom
cursor-fix-dispatch-token-695b

Conversation

@mberrys

@mberrys mberrys commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

What changed

Dispatch_Packaging failed because MY_GITHUB_TOKEN is empty on repository_dispatch runs. Use github.token with actions: write so the proxy can dispatch Linux_AppImage and Windows_MSI.

Proof

  • python3 scripts/agent/check-change.py --base origin/stable reports pass after commit

Security and rollback

  • Rollback: revert this PR; restores prior proxy behavior.
Open in Web Open in Cursor 

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

MY_GITHUB_TOKEN is unset on repository_dispatch runs, so the proxy
failed before Linux_AppImage or Windows_MSI could start. Grant actions
write and dispatch with the workflow token instead.

Co-authored-by: michael berry <mberrys@users.noreply.github.com>
@cursor
cursor Bot merged commit 3a56511 into stable Sep 15, 2026
18 checks passed
@mberrys
mberrys deleted the cursor-fix-dispatch-token-695b branch September 15, 2026 21:19
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.

2 participants