-
Notifications
You must be signed in to change notification settings - Fork 128
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
Job step failure but succeeding enough that it's working functionally #936
Comments
For the sake of knowing, this is the final step in the This step implements a GraphQL endpoint, something we resolved to implementing in #907 following the troubles we've experienced using the GH Search API. So, it appears there's some particular thing with the token used that's not allowing GraphQL operation or not able to reach the particular part of the repository due to access limitation. |
I am having a look at the Github App permissions lists and as expected GraphQL is not listed explicitly, it's all grouped by permission types I guess. It currently has:
Guess I'm leaving this comment here for if anyone finds it and knows which additional permissions are needed. From Github - https://docs.github.com/en/graphql/guides/forming-calls-with-graphql#authenticating-with-a-personal-access-token
If only Github, if only. Edit: Removing, saving, and re adding the permissions and then approving them in Github on the org settings seemingly fixed it - who knows how or why. I think it might be safe to close the issue now but I'll leave it open for another few days to check if all the actions runs succeed. |
Worth looking into this for sure. For clarity purpose... D'you mean to that you removed and replaced thesame permissions to the GitHub App/Token? 🤔 |
Yup but I added them one at a time and reran the pipeline each time and after the fourth it worked, wondering if one of the permissions weren't actually accepted by the org now despite being on the app. It's run properly a few times now so I'll mark this complete and open a new issue if it re emerges. |
i have same issue |
in my case, my project use GItHub App to release and |
Bit of a pickle here because I can't work it out given the information I have available to me in the log.
The step is running and completing enough that functionally I can't see what it's missing or should be doing:
So given that, I'm not sure what is failing, or why.
Having not got past this stage I'm not sure which step would be next to know what is failing.
Any help would be appreciated
Here's the workflow file:
The text was updated successfully, but these errors were encountered: