File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments