diff --git a/.github/workflows/format_token_list.yml b/.github/workflows/format_token_list.yml index ad45ddb..d818a57 100644 --- a/.github/workflows/format_token_list.yml +++ b/.github/workflows/format_token_list.yml @@ -21,6 +21,7 @@ jobs: - name: Install dependencies shell: bash + run: | echo "//npm.pkg.github.com/:_authToken=${{secrets.GH_REGISTRY_ACCESS_TOKEN}}" >> .npmrc yarn install --frozen-lockfile && yarn cache clean diff --git a/.nprmc b/.nprmc new file mode 100644 index 0000000..c1139c9 --- /dev/null +++ b/.nprmc @@ -0,0 +1 @@ +@angleprotocol:registry=https://npm.pkg.github.com \ No newline at end of file