Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanniser committed Oct 20, 2024
1 parent ae0e22d commit 296114e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand All @@ -43,6 +45,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand All @@ -67,6 +71,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down

0 comments on commit 296114e

Please sign in to comment.