diff --git a/.github/workflows/sanity-build.yaml b/.github/workflows/sanity-build.yaml index 02aebff1..49e4cb64 100644 --- a/.github/workflows/sanity-build.yaml +++ b/.github/workflows/sanity-build.yaml @@ -24,7 +24,7 @@ jobs: - name: Generate bunfig.toml run: | cd ${{ matrix.apps }} - echo -e "[install.scopes]\n\"@navikt\" = { token = \"${{ secrets.READER_TOKEN }}\", url = \"https://npm.pkg.github.com/\" }" > bunfig.toml + echo -e "\n\n[install.scopes]\n\"@navikt\" = { token = \"${{ secrets.READER_TOKEN }}\", url = \"https://npm.pkg.github.com/\" }" >> bunfig.toml - name: Install ${{ matrix.apps }} dependencies shell: bash