-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello!
I have the following step (exactly as it says in the README):
- name: Setup bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.26
registry-url: https://npm.pkg.github.com/
scope: '@my-org'
- name: Install dependencies
env:
BUN_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bun install --frozen-lockfileAnd when running the workflow, the following error occurs:

The bunfig.toml was created automatically by the action and looks like this:
[install.scopes]
'@my-org' = { token = "$BUN_AUTH_TOKEN", url = "https://npm.pkg.github.com/"}There is an issue with this problem (#33), but it is closed and without a solution.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working