Skip to content

Commit ae84d65

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
19+
with:
20+
token: ${{secrets.GH_TOKEN}}
21+
1922
- uses: actions/setup-node@v3
2023
with:
2124
node-version: 16

0 commit comments

Comments
 (0)