Skip to content

Commit 2ffdf4d

Browse files
committed
fix: token
1 parent 38dfd1a commit 2ffdf4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: matrix.os == 'windows-latest'
3333
run: |
3434
npm run electron:build-win
35-
env: ${{ secrets.GITHUB_TOKEN }}
35+
env: ${{ secrets.ACTION_TOKEN }}
3636

3737
- name: cleanup artifacts in dist
3838
if: matrix.os == 'windows-latest'
@@ -54,4 +54,4 @@ jobs:
5454
"dist/*.exe"
5555
"dist/*.msi"
5656
env:
57-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}

0 commit comments

Comments
 (0)