Skip to content

Commit

Permalink
ci: add step to configure authToken for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
kajabi-bot committed May 22, 2024
1 parent 5270878 commit 1a4f690
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# # Setup Auth token to push to github packages
- name: Set NPM Config
run: npm config set '//npm.pkg.github.com/:_authToken=${{ secrets.ACCESS_TOKEN }}'

- name: Install Yarn
env:
NODE_VERSION: ${{ matrix.node-version }}
Expand Down

0 comments on commit 1a4f690

Please sign in to comment.