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 ae92d51 commit 633d809Copy full SHA for 633d809
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
# do the actual packaging
59
- run: node build.js --build=platform
60
env:
61
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # electron-builder needs this to upload
+ GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
62
63
# upload artifacts to the job summary (optional)
64
- uses: actions/upload-artifact@v4
0 commit comments