Skip to content

Commit bf41412

Browse files
committed
add github token workflow
Signed-off-by: aabidsofi19 <mailtoaabid01@gmail.com>
1 parent 884b6b7 commit bf41412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
contents: read
3030
packages: write
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
with:
34-
token: ${{secrets.GITHUB_TOKEN}}
34+
token: ${{secrets.GH_TOKEN}}
3535
- uses: actions/setup-node@v3
3636
with:
3737
node-version: 16

0 commit comments

Comments
 (0)