Skip to content

Commit

Permalink
add github token workflow
Browse files Browse the repository at this point in the history
Signed-off-by: aabidsofi19 <[email protected]>
  • Loading branch information
aabidsofi19 committed Dec 21, 2023
1 parent 884b6b7 commit bf41412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{secrets.GITHUB_TOKEN}}
token: ${{secrets.GH_TOKEN}}
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit bf41412

Please sign in to comment.