Skip to content

Commit 0d9772e

Browse files
committed
Legg til .npmrc
1 parent 2c3306b commit 0d9772e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main-v3.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,11 @@ jobs:
2828

2929
- name: Install bun
3030
uses: oven-sh/setup-bun@v2
31-
with:
32-
registry-url: https://npm.pkg.github.com
33-
scope: '@navikt'
3431

3532
- name: Install lint dependencies
3633
run: bun install
3734
env:
38-
BUN_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
35+
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
3936

4037
- name: Run lint
4138
run: bun run lint

.npmrc

+3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)