Skip to content

Commit c4aaf8e

Browse files
authored
Merge pull request #40 from SimplyEdit/GovertDev
now with tokens 2
2 parents 3cddbc9 + 1ccb047 commit c4aaf8e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- name: publish
2424
run: npm run publish
2525
env:
26-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
2728
publish_for_mac:
2829
runs-on: macos-latest
2930
steps:
@@ -36,7 +37,7 @@ jobs:
3637
- name: publish
3738
run: npm run publish
3839
env:
39-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4041

4142
publish_for_win:
4243
runs-on: windows-latest
@@ -50,4 +51,4 @@ jobs:
5051
- name: publish
5152
run: npm run publish
5253
env:
53-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)