Skip to content
Draft
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
3 changes: 2 additions & 1 deletion .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 the exact-SHA packaging workflows unchanged.
permissions:
actions: write
contents: read

jobs:
Expand All @@ -24,7 +25,7 @@ jobs:

- name: Dispatch Linux and Windows package workflows
env:
GH_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
GH_TOKEN: ${{ github.token }}
SOURCE_SHA: ${{ github.event.client_payload.source_sha }}
run: |
gh workflow run LinuxInstall.yml --repo studio-berry/loop --ref stable \
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