fix: ci
Some checks failed
ci / test (push) Failing after 6s
ci / build-ui (push) Failing after 5s
ci / publish (push) Has been skipped

This commit is contained in:
Matthew McPeak 2026-06-17 15:38:51 -04:00
parent d9d9c033bb
commit ba74ea7a6f
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4
- name: Inject bunfig.toml
run: printf '[install.scopes]\n"@nychthemeron" = { token = "${BUN_AUTH_TOKEN}", url = "https://git.mcpeakdev.com/api/packages/McPeakDev/npm/" }\n' > /root/.bunfig.toml
run: printf '[install.scopes]\n"@nychthemeron" = { token = "${BUN_AUTH_TOKEN}", url = "https://git.mcpeakdev.com/api/packages/McPeakDev/npm/" }\n' > ./bunfig.toml
env:
BUN_AUTH_TOKEN: ${{ secrets.BUN_AUTH_TOKEN }}