-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[BUG] ##[error]Parameter token or opts.auth is required #465
Comments
Hey @rodrigondec, I think you are encountering a different issue here. For security, Secrets are not currently available to forks. This call to
The forked repo likely does not have this secret set. We are currently evaluating features to enable secrets in forks |
It makes sense. Ty for the response. |
Describe the bug
I reported this bug on the action I'm using: alex-page/github-project-automation-plus#39.
I'm receiving the error
##[error]Parameter token or opts.auth is required
on this run on my CIOn this line of code of the action I'm using is used:
In the package
@actions/github
on this line of code (which probably raises the error) is used:In the package
@ocktokit/core
on this line of code there's the following explanation/documentation:To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Additional context
Should be passed others args besides the token on this line from the action?
The construct does accept other options:
On the official documentation of
@actions/github
is used onlytoken
on the constructor.Did we miss some official documentation? Should issue be opened on
@ocktokit/core
?The text was updated successfully, but these errors were encountered: