Skip to content

Commit

Permalink
Merge pull request #11 from aabidsofi19/ci/release-workflow
Browse files Browse the repository at this point in the history
add github token workflow
  • Loading branch information
aabidsofi19 authored Dec 21, 2023
2 parents 0b5c385 + 884b6b7 commit 167d328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
with:
token: ${{secrets.GITHUB_TOKEN}}
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit 167d328

Please sign in to comment.