Closed sheimi closed 1 year ago
Looks like release name is different. Octokit make sense. the api is rate limited without token.
but with Octokit, GITHUB_TOKEN is required. https://github.com/octokit/auth-action.js#createactionauth . Hope Github will revert their release soon.
but with Octokit, GITHUB_TOKEN is required. https://github.com/octokit/auth-action.js#createactionauth . Hope Github will revert their release soon.
api.github.com
is rate limited so we need a token anyway :disappointed: (can be automatically injected without changes in your workflow)
I'm addressing the changes in #269 but thanks for your contrib!
Thanks for the fixes.
@sheimi I will switch to the Octokit client to see how it goes