Skip to content

Commit

Permalink
Add PACKAGES_PAT env var
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneIRL committed Oct 6, 2023
1 parent 6b9b086 commit cf6d3fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
node-version: "lts/*"
cache: "npm"
- run: npm ci --legacy-peer-deps
env:
PACKAGES_PAT: ${{ secrets.PACKAGES_PAT }}

- run: npm run lint

0 comments on commit cf6d3fa

Please sign in to comment.