Skip to content

Commit

Permalink
add personal access token
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-c committed Jun 14, 2022
1 parent f671ff4 commit 4aa6e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@master
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 4aa6e8c

Please sign in to comment.