There was an error while loading. Please reload this page.
2 parents 5e9686a + f0d7ed7 commit 47d9dadCopy full SHA for 47d9dad
2 files changed
.github/workflows/deploy.yml
@@ -8,6 +8,7 @@ on:
8
9
permissions:
10
contents: read
11
+ packages: read
12
13
concurrency:
14
group: deploy-static-dashboard
@@ -32,9 +33,13 @@ jobs:
32
33
with:
34
node-version: 22
35
cache: pnpm
36
+ registry-url: https://npm.pkg.github.com
37
+ scope: "@pior-labs"
38
39
- name: Install dependencies
40
run: pnpm install --frozen-lockfile
41
+ env:
42
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
44
- name: Build static files
45
run: pnpm build
.npmrc
@@ -1 +1,2 @@
1
@pior-labs:registry=https://npm.pkg.github.com
2
+//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
0 commit comments