Skip to content

Commit 83a3236

Browse files
authored
Replace GH_TOKEN with GITHUB_TOKEN
1 parent 20fc3bc commit 83a3236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- run: npm run dist
4040
if: runner.os != 'Windows'
4141
env:
42-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
42+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
CSC_LINK: ${{ secrets.APPLE_CERT_BASE64 }}
4444
CSC_KEY_PASSWORD: ${{ secrets.APPLE_CERT_PASSWORD }}
4545
APPLE_ID: ${{ secrets.APPLE_ID }}
@@ -48,4 +48,4 @@ jobs:
4848
- run: npm run dist:all-arch
4949
if: runner.os == 'Windows'
5050
env:
51-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
51+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)