-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Pull Request Checks fail for the Che-Code when a PR is created from a fork #22660
Comments
I do not know how it was working till yesterday, but as it described in the article below, ' secrets are not passed to the runner when a workflow is triggered from a forked repository.' |
could you try to revert your changes and check it? |
I see there is only way is specify a separate job to push images like it was before |
yes, we should separate the jobs for building and publishing Che-Code test images:
As it's clearer now 🙂 why we used to have two GH Workflows instead of a single one, I suggest returning to the state of Che-Code GH Workflows that we had before merging che-incubator/che-code@6d47882 with adding some comments why there's a separate Workflow for pushing the images. |
What is the point if it does not fix building and pushing che-dev image for pull requests, that were made from a fork? |
@vitaliy-guliy doesn't this step fix the problem? |
It increases only the swap file size. |
A pull request fixing the problem has been merged |
Describe the bug
I've created a pull request to the Che-Code from a fork.
The
Pull Request Check - Dev
job fails on theLogin to Quay.io
step.See https://github.com/che-incubator/che-code/actions/runs/6794116398/job/18470022496?pr=292
Che version
7.75@latest
Steps to reproduce
Che-Code
from a fork.Expected behavior
Login to Quay.io
step should be successful for thePull Request Check - Dev
jobAdditional context
I'm not sure, but maybe the cause of the problem came from the recently merged PR che-incubator/che-code#253
@vitaliy-guliy
could you take a look?
The text was updated successfully, but these errors were encountered: