We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a3c86 commit c2aa363Copy full SHA for c2aa363
.github/workflows/release.yml
@@ -37,6 +37,8 @@ jobs:
37
- name: build app
38
run: |
39
npm run build
40
+ env:
41
+ GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
42
43
# step5: cleanup artifacts in build
44
- name: cleanup artifacts for windows
0 commit comments