GitHub action to create pull request on public repository #26385
Answered
by
kingthorin
TharindaDilshan
asked this question in
Actions
-
Is it possible to create pull requests on public repositories that reside in the same organization using GitHub actions? |
Beta Was this translation helpful? Give feedback.
Answered by
kingthorin
Nov 15, 2020
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
-
Thank you for the references. |
Beta Was this translation helpful? Give feedback.
0 replies
-
No problem, let me know if you have any questions. The secrets used for the push/PR are just PATs set in the Secrets of the repo or org running the workflow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Absolutely. Anything you can do in bash you can do in an action.
Here are some examples: