how to push the local change to another new branch #328
Replies: 1 comment
-
Here is some code to do everything apart from the pull-request bit: https://github.com/MHRA/products/blob/master/.github/workflows/medicines-api-master.yaml#L85-L118 https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/security-hardening-for-github-actions#considering-cross-repository-access suggests that you should use generate a "Repository deploy key" from repoB, and store it in the secrets of repoA. (this will then be used either as Once you have pushed your commits, you will have to use the github api to make the pull request. I'll let you work that one out on your own. :D ... I just noticed that this was posted 121 days ago. I guess you solved it already? |
Beta Was this translation helpful? Give feedback.
-
my goal is:
In repoA,
can this be done?
Beta Was this translation helpful? Give feedback.
All reactions