You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/integration-github-bitbucket-gitlab.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,4 +67,10 @@ Private Packagist integrates with the following systems:
67
67
#### AWS CodeCommit
68
68
* Webhook:
69
69
* Users need to [create an AWS CodeCommit Trigger](https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-notify-sns.html) using the generic hook URL from the package page
70
-
* Code changes are available automatically. For releases, you need to select "All repository events" for the events type.
70
+
* Code changes are available automatically. For releases, you need to select "All repository events" for the events type.
71
+
72
+
#### Azure DevOps
73
+
* Code Credentials: Either create a personal access token on Azure and store it as HTTP Basic credential or grant us access via SSH key
74
+
* Webhooks:
75
+
* Users need to [create a Service Hook](https://docs.microsoft.com/en-us/azure/devops/service-hooks/services/webhooks?view=azure-devops) using the generic hook URL from the package page
76
+
* Select "Code pushed" and the repository that matches the package. No additional configuration is necessary.
0 commit comments