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
3 changes: 2 additions & 1 deletion .github/workflows/dispatch-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
# workflow_dispatch. Dispatches the exact-SHA packaging workflows unchanged.
permissions:
contents: read
actions: write

jobs:
dispatch:
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-695b.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Category: internal
Audience: contributors
Breaking-Change: no
Summary: Use the workflow GITHUB_TOKEN with actions write permission to dispatch Linux and Windows packaging workflows from the repository_dispatch proxy.
Loading