How to authenticate and create a release #324
-
Hi Am pretty new to your module and was exploring it's avenue to be used in Azure Devops to create a release in GitHub Enterprise Repository. Will it be possible for you to guide me with the steps
I tried couple of things using the modules but no luck :( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @sumiticfai196,
To connect with GitHub Enterprise using a PAT you'll likely need to do the following: For creating a release, there are some examples in USAGE.md, and you can review the documentation in the Wiki for those commands to see the full set of what they support. |
Beta Was this translation helpful? Give feedback.
Hi @sumiticfai196,
To connect with GitHub Enterprise using a PAT you'll likely need to do the following:
Set-GitHubAuthentication
For creating a release, there are some examples in USAGE.md, and you can review the documentation in the Wiki for those commands to see the full set of what they support.
You'll need to first create a new release and then you can upload the artifact as an asset.