Skip to content

Commit 219e51d

Browse files
committed
Update token env var
1 parent 2353f24 commit 219e51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
3131
- run: git push
3232
env:
33-
github-token: ${{ secrets.GH_RELEASE_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}

0 commit comments

Comments
 (0)