Skip to content

Commit 53dd625

Browse files
committed
fix: use PAT for release creation to trigger submit-packages workflow
1 parent e8a3581 commit 53dd625

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/desktop-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,6 @@ jobs:
185185
files: |
186186
dist/*
187187
env:
188-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
188+
# Use PKG_SUBMIT_TOKEN (PAT) to trigger submit-packages workflow
189+
# GITHUB_TOKEN doesn't trigger other workflows
190+
GITHUB_TOKEN: ${{ secrets.PKG_SUBMIT_TOKEN || secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)