Skip to content

Commit

Permalink
chore: add bunfig
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 14, 2024
1 parent 7509889 commit 2935d40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
name: Release
name: release
runs-on: ubuntu-latest

steps:
Expand All @@ -17,10 +17,6 @@ jobs:

- name: Install Bun
uses: oven-sh/setup-bun@v2
# env:
# BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
with:
bun-version: canary

- name: Use cached node_modules
uses: actions/cache@v4
Expand Down
2 changes: 2 additions & 0 deletions bunfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[install]
registry = { url = "https://registry.npmjs.org/", token = "$BUN_AUTH_TOKEN" }

0 comments on commit 2935d40

Please sign in to comment.