Skip to content

Commit 3c4eb81

Browse files
authored
Merge pull request #66 from packagist/azure-add-repository
Azure: document how to grant access and configure a package hook
2 parents 4a960ba + 827a9fa commit 3c4eb81

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

features/integration-github-bitbucket-gitlab.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,10 @@ Private Packagist integrates with the following systems:
6767
#### AWS CodeCommit
6868
* Webhook:
6969
* 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

Comments
 (0)