-
Notifications
You must be signed in to change notification settings - Fork 7
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
'Lint' fails because of lack of token? #36
Comments
Yeah, also see it failing, what is wrong here?
|
Issue seems tom happen here and well this clearly requests a token: action-web-ext/src/checkrun.js Line 13 in e9d27a5
|
Good find. I think before, github was ok calling getOkctokit with a null token, but this seems to have changed. Would you be able to submit a PR that checks for a token and only conditionally creates an Octokit client? This should get us back on track. |
I don't know that code at all, but I saw there once was a solution that just added "dummy" token there, I have no idea whether that works? 3283e66#diff-de047e248d1853c5e41e476a8cb56eb5e6feb1e4e51eb2ee9c5061e838284860L13 Just not creating/calling |
Should be fine, the two places where it is used is guarded by a check for |
Hi,
I see the README says that
but a recent run on this action on the Shiori web-ext failed with:
Between the fact the token is not supposed to be needed and that the GITHUB_TOKEN is added to the env in the setup job, i'm wondering if there isn't a bug somewhere.
Thanks!
The text was updated successfully, but these errors were encountered: