-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
permission issue while using publish-test-result action #448
Comments
|
I was able to solve the point 2. However stuck in the permission issue.
Even after that Getting following error : |
What does the
|
In your example it says:
Clearly it needs write permissions for |
Thankyou for the help @EnricoMi |
publish-test-result is working but getting this new error. Warning: Request GET /repos/workflows/commits/5983f82a408cf90d40dbdbd2f8ad911ea345bd78/pulls?per_page=100 failed with 403: Forbidden |
As per #448 (comment), what are the permissions reported by the first step of the job that contains the publish step? |
It's |
Try adding
or at least
|
your suggestion solved the problem. |
That one requires
|
Sure: https://github.com/EnricoMi/publish-unit-test-result-action#configuration
|
hey, I guess this is a bug ! |
This is a long-standing bug in the Github API, which Github is not willing to fix: |
Looks like this is fixed. |
I am having a matrix run for 3 tests.
We have 3 files.
question,
\ERROR: Failed building wheel for lxml AND error: Microsoft Visual C++ 14.0 or greater is required.
tried all the possible solution from internet the error is same.
The text was updated successfully, but these errors were encountered: