Skip to content

Commit c2aa363

Browse files
author
LittleSource
committed
add gh token
1 parent 82a3c86 commit c2aa363

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- name: build app
3838
run: |
3939
npm run build
40+
env:
41+
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
4042

4143
# step5: cleanup artifacts in build
4244
- name: cleanup artifacts for windows

0 commit comments

Comments
 (0)