diff --git a/.github/workflows/deploy-to-dev.yaml b/.github/workflows/deploy-to-dev.yaml index 505740f8..0dcef6a8 100644 --- a/.github/workflows/deploy-to-dev.yaml +++ b/.github/workflows/deploy-to-dev.yaml @@ -47,7 +47,10 @@ jobs: bun-version: latest registry-url: "https://npm.pkg.github.com/" scope: "@navikt" - + + - name: Generate bunfig.toml + run: echo -e "[install.scopes]\n"@navikt" = { token = \"${{ secrets.READER_TOKEN }}\", url = "https://npm.pkg.github.com/" }" > bunfig.toml + - name: Install frontend dependencies env: BUN_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}