-
Notifications
You must be signed in to change notification settings - Fork 408
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
Github action issue : "Resource not accessible by integration" #1314
Comments
Waiting for eclipse help : https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/1953 |
A discussion about that at : https://github.com/orgs/community/discussions/26644#discussioncomment-3690708 |
Reading :
I guess the only way for now would be to have 2 jobs :
About Test Reports, this is maybe too much work for not so much. So I will go to just remove it. Reading all of this about security. I think we should double check if external action we use comes from trusted source and for not so trusted source we should :
|
@adamsero, Is it something you would like to help on ? Feel free to answer no, if you don't want to play with github actions. 😉 |
As we decide to release a M9 soon, and this github action issue is less "urgent" than the M9. I think that finally we will not used issue #1313 as testing PR to try to resolve this We will do test with another one later. |
With commit fdef220, this should be fixed in That's was not so easy to came to this solution... I'm really not so fan of github action. My current solution are using lot of action from github action market place but not sure that was a good idea...
Maybe I should have go with more shell script instead of abusing of github action. |
(not directly link but I plan to add github workflow to delete old workflow) |
It seems it works now, so I close this issue. |
Looking at #1313 contribution it seems that there is a permission issue with github action.
For each error a comment, should be created in the PR but we get a
Resource not accessible by integration
error instead.I personally don't face it so this is maybe because I have more right than external contributor ? 🤔
Looking at https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
It seems that maximum access by forked repos are "read" only ...
So I don't know how to solve it. I will try to get support from Eclipse. It should be a common issue for eclipse project.
@adamsero I saw you fix several issue reported by github action, Could you not fix the last one about
Check Android API Compliance
?I would like to use the #1313 PR to try to fix this github action issue 🙏
The text was updated successfully, but these errors were encountered: