-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add localregistry input option #38
Conversation
Option to add local registries to build process by specifying their url (https). Authentication to the repos via user GitHub token.
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
b8e9aeb
to
8de7feb
Compare
Thanks! Could you add the example to the README please? I'm not sure about the input interface of |
Provide multiple remotes separated with | Add example to ReadMe Support for private repos/packages with SSH protocol
Hey @SaschaMann, |
Thank you! Some minor notes but then it's ready to be merged :) |
Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
Thank you! |
@SaschaMann It looks like this will override a value of IMO, if the user has already set the |
|
Implements and resolves #37 .
Option to add local registries to build process by specifying their url (https). Authentication to the repos via specified GitHub token (default: User Github Token)
Snippet example for using the new flags, that adds two private Registries
CondMatRegistry.git
andHolyLabRegistry.git