Skip to content

Commit

Permalink
add github token workflow
Browse files Browse the repository at this point in the history
Signed-off-by: aabidsofi19 <mailtoaabid01@gmail.com>
  • Loading branch information
aabidsofi19 committed Dec 21, 2023
1 parent bf41412 commit ae84d65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{secrets.GH_TOKEN}}

- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit ae84d65

Please sign in to comment.