You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe it is pretty standard case when GITHUB_TOKEN will be defined globally for all steps, but currently this plugin will fail in such cases with this error:
Error: Error: [@octokit/auth-action] `GITHUB_TOKEN` variable is set on both `env:` and `with:`. Use either the one or the other. See https://github.com/octokit/auth-action.js#createactionauth
It seems that making `GITHUB_TOKEN optional input parameter to fix the issue
Regards
The text was updated successfully, but these errors were encountered:
I believe it is pretty standard case when
GITHUB_TOKEN
will be defined globally for all steps, but currently this plugin will fail in such cases with this error:It seems that making `GITHUB_TOKEN optional input parameter to fix the issue
Regards
The text was updated successfully, but these errors were encountered: