Skip to content

Commit

Permalink
fix: add missing NPM_TOKEN in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeg committed Dec 22, 2023
1 parent 26eeb11 commit 518532c
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 @@ -9,6 +9,8 @@ on:
jobs:
continuous_integration:
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Cache node modules
Expand Down

0 comments on commit 518532c

Please sign in to comment.