Skip to content

Commit

Permalink
fix: use NPM_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
fhur committed Mar 29, 2024
1 parent 4b7cc5e commit 8064e9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn install

- name: Run CI tasks
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn ci

0 comments on commit 8064e9f

Please sign in to comment.