File tree Expand file tree Collapse file tree 3 files changed +656
-648
lines changed
.github/actions/setup-environment Expand file tree Collapse file tree 3 files changed +656
-648
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,10 @@ runs:
1212 with :
1313 node-version-file : " .nvmrc"
1414 cache : " pnpm"
15-
16- - name : Configure GitHub Packages auth
17- shell : bash
18- run : |
19- # Required because i18n & i18n-services are private. Along with .npmrc config.
20- echo "@dialpad:registry=https://npm.pkg.github.com" >> ~/.npmrc
21- echo "//npm.pkg.github.com/:_authToken=${{ github.token }}" >> ~/.npmrc
15+ registry-url : " https://npm.pkg.github.com"
16+ scope : " dialpad"
17+ env :
18+ NODE_AUTH_TOKEN : ${{ github.token }}
2219
2320 - name : Install dependencies
2421 shell : bash
Original file line number Diff line number Diff line change 11publish-branch = production
22save-prefix = " "
3- @dialpad:registry = https://npm.pkg.github.com
4- //npm.pkg.github.com/:_authToken = ${ NODE_AUTH_TOKEN }
You can’t perform that action at this time.
0 commit comments