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

Error: API rate limit exceede #9

Closed
azzamsa opened this issue Dec 17, 2022 · 5 comments
Closed

Error: API rate limit exceede #9

azzamsa opened this issue Dec 17, 2022 · 5 comments

Comments

@azzamsa
Copy link

azzamsa commented Dec 17, 2022

Hi.

I have been getting many of this lately:

image

API rate limit exceeded for 172.176.188.81. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) 

Any solution for this?

Thanks for setup-just! ❤️

@azzamsa
Copy link
Author

azzamsa commented Dec 20, 2022

The issue already addressed here

https://github.com/extractions/setup-just#examples

@azzamsa azzamsa closed this as completed Dec 20, 2022
@mbhall88
Copy link

I have included my github token as per the examples but am still getting this API rate-limiting error.

@azzamsa
Copy link
Author

azzamsa commented Dec 23, 2022

I migrated to https://github.com/taiki-e/install-action

      - name: Install latest just release
        uses: taiki-e/install-action@v1
        with:
          tool: just

@melg8
Copy link

melg8 commented Dec 25, 2022

I migrated to https://github.com/taiki-e/install-action

      - name: Install latest just release
        uses: taiki-e/install-action@v1
        with:
          tool: just

Also encountered same problem in my project - tested out your solution, that helped! Now I also use taiki-e/install-action for just installation.

@azzamsa
Copy link
Author

azzamsa commented Dec 25, 2022

just now supported out of the box. So you can use the shorthand syntax.

      - name: Install latest just release
        uses: taiki-e/install-action@just

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

3 participants