Skip to content

Commit 633d809

Browse files
committed
#24
1 parent ae92d51 commit 633d809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# do the actual packaging
5959
- run: node build.js --build=platform
6060
env:
61-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # electron-builder needs this to upload
61+
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
6262

6363
# upload artifacts to the job summary (optional)
6464
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)