Skip to content

Commit

Permalink
chore: .npmrc에 authToken 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
juno7803 committed Oct 29, 2023
1 parent 6887942 commit d1a1c5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://registry.npmjs.org"

- name: Install Dependencies
run: yarn
Expand All @@ -32,4 +31,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
auto-install-peers = true
//registry.npmjs.org/:_authToken=${process.env.NPM_TOKEN}

0 comments on commit d1a1c5d

Please sign in to comment.