Skip to content

Commit da95f3e

Browse files
committed
fix token
1 parent fe1c123 commit da95f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/electron-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Upload binaries to release
6767
uses: svenstaro/upload-release-action@v2
6868
with:
69-
repo_token: ${{ secrets.GITHUB_TOKEN }}
69+
repo_token: ${{ secrets.GH_TOKEN }}
7070
file: dist/dockman-1.0.0-arm64.dmg
7171
asset_name: dockman-1.0.0-arm64.dmg
7272
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)