fix: use GITHUB_TOKEN for package auth

This commit is contained in:
Mohamed Boudra
2026-01-14 19:08:11 +07:00
parent bf6c97357f
commit b756bedbe7

View File

@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: npm install --workspace=@paseo/app --include-workspace-root
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Typecheck
run: npm run typecheck --workspace=@paseo/app