Skip to content

Commit

Permalink
Generate bunfig.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cskrov committed Aug 29, 2024
1 parent 3de37a9 commit 0a41aef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0a41aef

Please sign in to comment.