Skip to content

Commit 9f3f3e0

Browse files
authored
Merge pull request #13 from aabidsofi19/ci/release-workflow
bump checkout action
2 parents 2cd9810 + ae84d65 commit 9f3f3e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm-publish.yml

+4-1
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)