Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/dispatch-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
# Proxy for agents or automation that can send repository_dispatch but not
# workflow_dispatch. Dispatches exact-SHA packaging and release-draft workflows.
permissions:
actions: write
contents: read
actions: write

Expand Down
4 changes: 4 additions & 0 deletions changes/cursor-fix-dispatch-token-6547.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Category: internal
Audience: release operators and cloud agents
Breaking-Change: no
Summary: Fix Dispatch_Packaging to use github.token with actions:write so repository_dispatch can trigger Linux_AppImage and Windows_MSI workflows.
Loading