Skip to content

Commit

Permalink
fix: add auth to ci
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó Labrador <elribonazo@gmail.com>
  • Loading branch information
elribonazo committed Oct 27, 2023
1 parent 9862745 commit 3f2929f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18' # adjust this to your project's Node.js version


- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.PLUTO_GITHUB }}" > ~/.npmrc

- name: Install Dependencies
env:
GH_TOKEN: ${{ secrets.PLUTO_GITHUB }}
Expand Down

0 comments on commit 3f2929f

Please sign in to comment.