-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
Attempting creation of pull request Error: Not Found #3235
Comments
Hi @timteka Are you trying to create a pull request in the parent-repo with updates you've fetched from the child-repo? Or is it the other way round? |
The Action is triggered by push into parent repo. In parent I only need to get some info (like changed packages versions) and afterwards everything else is gonna take place in child repo. The Action creates new branch successfully in child repo, but fails on PR (though I've set already sec permissions: the machine user is a Maintainer in child repo) |
Are you referring to the machine user that owns the SSH keys? The action can only use SSH auth for the git operations. For creating the pull request the action needs a |
Also see the docs here, where it says:
|
I've added the token string:
Another error:
|
Did you pass the SSH key to the |
Sorry, my bad. Need to read more thoroughly on PATs )) |
Thank you so much, dear Peter. After generating fine-graned PAT everything is ok. PR was successfully created! |
Good to hear you got it working! |
Subject of the issue
Can't create PR with unclear error
Describe your issue here.
After successful creation of branch your action is not able to create PR. Maybe smth wrong with multiple checkouts?
Running this action in ParentRepo
Steps to reproduce
If this issue is describing a possible bug please provide (or link to) your GitHub Actions workflow.
The text was updated successfully, but these errors were encountered: