Skip to content
New issue

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

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

Already on GitHub? # to your account

Add the ability to specify the GitHub auth token. #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NextLight
Copy link

Specifying an auth token fixes the "API rate limit exceeded" error when running this action in macOS.

More info about the error here: actions/runner-images#602.

Setting the token is as simple as adding repo-token: ${{ secrets.GITHUB_TOKEN }}.
You can find an example here: cesena/ghidra2dwarf@9b2c130

The implementation is very hacky but works. Feel free to change it.

This fixes errors when running this action in macOS.
@antoniovazquezblanco
Copy link

I have published an updated version of this action that includes this feature: https://github.com/antoniovazquezblanco/setup-ghidra

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

Successfully merging this pull request may close these issues.

2 participants