Skip to content

Commit 25b00ae

Browse files
committed
Bruk .npmrc config i gha
1 parent 0d9772e commit 25b00ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/gh-pages.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- uses: oven-sh/setup-bun@v2
26-
with:
27-
registry-url: https://npm.pkg.github.com
28-
scope: '@navikt'
2926

3027
- run: bun install
3128
env:
32-
BUN_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
29+
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
3330

3431
- name: Build preview
3532
run: bun run build:preview

0 commit comments

Comments
 (0)