extractions / setup-just

🤖 GitHub Action to install the just command runner
Apache License 2.0
87 stars 5 forks source link

Error: API rate limit exceede #9

Closed azzamsa closed 1 year ago

azzamsa commented 1 year ago

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! :heart:

azzamsa commented 1 year ago

The issue already addressed here

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

mbhall88 commented 1 year ago

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

azzamsa commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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