From e8d1d01136132bf96f39bb68477b2f74c7dbbacc Mon Sep 17 00:00:00 2001 From: schibu007 <45459443+schibu007@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:28:40 +0200 Subject: [PATCH] Fix --- docs/artifacts/feeds/project-scoped-feeds.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/artifacts/feeds/project-scoped-feeds.md b/docs/artifacts/feeds/project-scoped-feeds.md index d8dd3eb2e23..bd1fe5fbde2 100644 --- a/docs/artifacts/feeds/project-scoped-feeds.md +++ b/docs/artifacts/feeds/project-scoped-feeds.md @@ -88,12 +88,12 @@ In order for a pipeline to access a project-scoped feed in a different project, A: If you want to download a pipeline artifact from another project within the same organization, make sure that the following permissions are set for both your downstream project and the pipeline generating the artifact: -On the pipeline generating the artifact (downstream project): select the ellipsis for more options > **Manage security** > search for your upstream project's build service and allow the following: **Update build information**, **View build pipeline**, and **View builds**. +On the pipeline generating the artifact (upstream project): select the ellipsis for more options > **Manage security** > search for your downstream project's build service and allow the following: **Update build information**, **View build pipeline**, and **View builds**. -On the downstream project: **Project Settings** > **Permissions** > **Users** > search for your upstream project's name and then select **Expand search** > select your upstream project's build service and allow the following: **View project-level information**. +On the upstream project: **Project Settings** > **Permissions** > **Users** > search for your downstream project's name and then select **Expand search** > select your downstream project's build service and allow the following: **View project-level information**. ## Related articles - [Configure permissions](./feed-permissions.md) - [Delete and recover packages](../how-to/delete-and-recover-packages.md) -- [Use feed views to share packages](./views.md) \ No newline at end of file +- [Use feed views to share packages](./views.md)