-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
PSGalleryModule - Make ApiKey optional #97
Comments
I'm OK with making @commanderpoop, would you like to put in a PR with the changes? |
Thanks for the ping @devblackops! @commanderpoop - makes sense to me, if you're up for a pull request, that would be awesome! Maybe just remove mandatory param attribute, conditionally add to params hash? Cheers! |
Here you go! #99 |
Closing this out, thanks for submitting the PR! |
Similar to #72
Can we make the ApiKey parameter optional? Some repositories do not require a key, and this blocks me from being able to publish a module to our internal repository.
For that, the NuGetAPIKey parameter in the Publish-Module @params (Line 47 of PSGalleryModule.ps1) would need to be removed/modified.
Any thoughts on how you'd like to proceed?
Thanks!
The text was updated successfully, but these errors were encountered: