Skip to content

Commit 167d328

Browse files
authored
Merge pull request #11 from aabidsofi19/ci/release-workflow
add github token workflow
2 parents 0b5c385 + 884b6b7 commit 167d328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/npm-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
packages: write
3131
steps:
3232
- uses: actions/checkout@v3
33+
with:
34+
token: ${{secrets.GITHUB_TOKEN}}
3335
- uses: actions/setup-node@v3
3436
with:
3537
node-version: 16

0 commit comments

Comments
 (0)