We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a3581 commit 53dd625Copy full SHA for 53dd625
1 file changed
.github/workflows/desktop-release.yml
@@ -185,4 +185,6 @@ jobs:
185
files: |
186
dist/*
187
env:
188
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # 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