-
Notifications
You must be signed in to change notification settings - Fork 59
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
I got "Parameter token or opts.auth is required" at the end of run. #63
Comments
Hi, the params might be very well case sensitive, try FYI You can also just use release tag BTW I think gh actions can supply github token automatically, there is a default value for the variable. |
Hi, we also got this problem on our school projekt when trying to run it together with a maven build. We are not sure if we made some mistake in our .yml file or what this error actually means in reality. Here is our current
|
We changed from |
hi, I uses "ScaCap/action-surefire-report@v1.0.5" after my maven test.
but for some reason, the github actions for my repo always report "Parameter token or opts.auth is required" error.
i try put GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} into my yml, but github complain GITHUB_TOKEN is not allowed. :(
here is code snipper
The text was updated successfully, but these errors were encountered: