We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3306b commit 0d9772eCopy full SHA for 0d9772e
.github/workflows/main-v3.yaml
@@ -28,14 +28,11 @@ jobs:
28
29
- name: Install bun
30
uses: oven-sh/setup-bun@v2
31
- with:
32
- registry-url: https://npm.pkg.github.com
33
- scope: '@navikt'
34
35
- name: Install lint dependencies
36
run: bun install
37
env:
38
- BUN_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
39
40
- name: Run lint
41
run: bun run lint
.npmrc
@@ -0,0 +1,3 @@
1
+engine-strict=true
2
+//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
3
+@navikt:registry=https://npm.pkg.github.com
0 commit comments