-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
GH-24: Support for creating a new GH release in a foreign repository. #25
Conversation
e281539
to
b32b3f7
Compare
@svenstaro, may I ask whether you're interested in this new feature? Thank you! |
Well, I am and it sounds like a really cool feature but I'll have to take the time to really test this properly as I depend on this action and I know that many others do to so I want to make rather sure that I can support this properly. I'll likely need to set up one or two separate repos just for properly testing this. |
Thank you for the heads-up!
Sure, no hurry. I can keep using my fork and switch back to your action once this is merged. If there is anything I can assist you with, please let me know. |
Sorry, turns out I'm blind and you did this. |
Ok, finally reviewed this. Should be fine after a few minor fixes. :) |
I would be really interested in this functionality. Do you have any plans for it? |
Yes, I'll add it once the original author fixes their PR as reviewed. |
Thank you for the review, @svenstaro 👍 I will try to address the remarks today and update the PR. |
To be able to manage foreign repositories. The `owner` and `repo` is extracted from the `repo_name`. Otherwise, it uses the current repository. Closes svenstaro#24 Signed-off-by: Akos Kitta <[email protected]>
b32b3f7
to
011f795
Compare
What is does:
This PR allows creating a GitHub release in a foreign repository. Inspired by GitHub Release task Azure task.
As PoC, I set up two repositories and crafted a release from one into the other:
Here is an overview of the required, additional secrets:
Here is the workflow that has created the new GH release:
Here is the GH release:
Please review. Thank you!
To be able to manage foreign repositories.
The
owner
andrepo
is extracted from therepo_name
.Otherwise, it uses the current repository.
Closes #24
Signed-off-by: Akos Kitta [email protected]