Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom registry timeout #43

Open
kevinpoot opened this issue Dec 12, 2023 · 1 comment
Open

Custom registry timeout #43

kevinpoot opened this issue Dec 12, 2023 · 1 comment

Comments

@kevinpoot
Copy link

After following the docs and reading through this issue i can't get the Github actions to work with using a custom registry.

The config looks like this:

steps:
      - uses: actions/checkout@v3
      - name: Use Bun
        uses: oven-sh/setup-bun@main
        with:
          bun-version: latest
          registry-url: 'https://npm.pkg.github.com/'
          scope: '@company'

The install seems to timeout with the message: The job running on runner GitHub Actions 5 has exceeded the maximum execution time of 360 minutes.. It seems my config should work since it's following the docs.

Any ideas?

@xHyroM
Copy link
Collaborator

xHyroM commented Mar 7, 2024

Are you still having issues on the latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants