Skip to content

Commit 5296c38

Browse files
committed
pat
1 parent 7dc73d6 commit 5296c38

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install dependencies
5858
run: pnpm install --frozen-lockfile
5959
env:
60-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60+
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
6161

6262
- name: Run tests
6363
run: pnpm test

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: pnpm install
3535
env:
36-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
3737

3838
- name: Build docs
3939
run: pnpm --filter @casekit/orm-docs build

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: pnpm install --frozen-lockfile
3434
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
3636

3737
- name: Build packages
3838
run: pnpm build

0 commit comments

Comments
 (0)