Skip to content

Commit 04fb0c9

Browse files
author
Rami Bououni
committed
feedback
1 parent 48c4e7d commit 04fb0c9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/pipelines/artifacts/publish-maven-artifacts.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,15 @@ Azure Pipelines enables developers to publish Maven artifacts to Azure Artifacts
7878

7979
## Publish packages to a feed in a different organization
8080

81-
To publish packages to a feed in a different Azure DevOps organization, you must first create a personal access token (PAT) in the target organization.
81+
To publish packages to a feed in a different Azure DevOps organization, you must first create a personal access token (PAT) in the target organization, and then use that PAT to create a service connection and authenticate with the target feed.
8282

83-
Navigate to the organization hosting your target feed and [Create a personal access token](../../organizations/accounts/use-personal-access-tokens-to-authenticate.md) with **Packaging** > **Read & write** scope. Make sure to copy your personal access token as you'll need it in the following section.
83+
#### Create a personal access token
84+
85+
1. Navigate to the organization that hosts the target feed.
86+
87+
1. [Create a personal access token](../../organizations/accounts/use-personal-access-tokens-to-authenticate.md) with **Packaging** > **Read & write** scope.
88+
89+
1. Copy your personal access token as you'll need it in the following section.
8490

8591
#### Create a service connection
8692

0 commit comments

Comments
 (0)