Skip to content

Commit

Permalink
Add GitHub token to checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Feb 24, 2024
1 parent f661dcc commit ffb72f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
node: [18, 20]
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: pnpm/action-setup@v3.0.0
with:
version: 8
Expand Down

0 comments on commit ffb72f1

Please sign in to comment.