Skip to content

Commit a7af189

Browse files
committed
Token again
1 parent cb18d75 commit a7af189

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/canary-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version-file: ".nvmrc"
17+
- run: npm set '//npm.pkg.github.com/:_authToken=${{ secrets.RELEASE_PACKAGE_TOKEN }}'
1718
- run: npm ci
1819
- run: npm run build
1920
- run: |

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version-file: ".nvmrc"
16+
- run: npm set '//npm.pkg.github.com/:_authToken=${{ secrets.RELEASE_PACKAGE_TOKEN }}'
1617
- run: npm ci
1718
- run: npm run build
1819
- run: |

0 commit comments

Comments
 (0)