-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
"Resource not accessible by integration" on forks #30
Comments
Can you be more specific? Or maybe you can share an example of what are you trying to do? |
So for example this test run shows the issue. |
As I can see from your log, it successfully generated all data, but when it tries to put a comment it gets - name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
with:
token: {{ secrets.GITHUB_TOKEN }}
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml
hide-report: true or specify the permissions for default on:
push:
branches: [ master ]
permissions: read-all|write-all |
Thanks for the answer, but I'm not sure that's really the issue. Please take a look on this discussion that elaborates the issue more that I linked earlier. |
you also can try this solution #68 (comment) |
Hi,
If the action is run from a fork then it raises
Resource not accessible by integration
.It seems to be related to this issue.
Maybe with the
set-output
feature (see here) the files could be directly piped to the comment step instead of writing to a file.The text was updated successfully, but these errors were encountered: