Skip to content

Commit

Permalink
build: add private sdk (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
greedythib authored Nov 22, 2023
1 parent ae64aff commit 0e1783f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format_token_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: "14"
- name: Install dependencies
shell: bash
run: yarn install --frozen-lockfile --verbose
run: echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" >> .npmrc && yarn install --frozen-lockfile --verbose && rm -f .npmrc
- name: Validate JSON file
run: yarn validate
- name: Discord notification (failure)
Expand Down
1 change: 1 addition & 0 deletions .nprmc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@angleprotocol:registry=https://npm.pkg.github.com

0 comments on commit 0e1783f

Please sign in to comment.