fix: ci
This commit is contained in:
parent
d9d9c033bb
commit
ba74ea7a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue