Skip to content

Commit

Permalink
chore: add pat to checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Aug 4, 2024
1 parent 51e38a9 commit 17eedfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PATX }}
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4.0.2
with:
Expand Down

0 comments on commit 17eedfc

Please sign in to comment.