We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When running CI jobs, the test reports are published thanks to Mike Penz's action-junit-report Github action.
Each time it's executed, the following annotation is reported:
Caution
❌ Failed to create checks using the provided token. (HttpError: Resource not accessible by integration)
Warning
⚠️ This usually indicates insufficient permissions. More details: mikepenz/action-junit-report#23
To Reproduce Steps to reproduce the behavior:
main
Expected behavior No annotation "❌ Failed to create checks using the provided token. (HttpError: Resource not accessible by integration)" is expected
Screenshots
The text was updated successfully, but these errors were encountered:
Need to add
permissions: contents: read checks: write id-token: write
Right after runs-on
runs-on
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When running CI jobs, the test reports are published thanks to Mike Penz's action-junit-report Github action.
Each time it's executed, the following annotation is reported:
Caution
❌ Failed to create checks using the provided token. (HttpError: Resource not accessible by integration)
Warning
To Reproduce
Steps to reproduce the behavior:
main
build running testsExpected behavior
No annotation "❌ Failed to create checks using the provided token. (HttpError: Resource not accessible by integration)" is expected
Screenshots
The text was updated successfully, but these errors were encountered: