Skip to content

Commit c704a58

Browse files
committed
clarified PAT
1 parent 3eec656 commit c704a58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/container-registry/container-registry-tasks-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ACR Tasks supports the following triggers when you set a Git repo as the task's
5656
| Commit | Yes |
5757
| Pull request | No |
5858

59-
To configure the trigger, you provide the task a personal access token (PAT) to set the webhook in the public or private GitHub or Azure DevOps repo.
59+
To configure a source code update trigger, you need to provide the task a personal access token (PAT) to set the webhook in the public or private GitHub or Azure DevOps repo.
6060

6161
> [!NOTE]
6262
> Currently, ACR Tasks doesn't support commit or pull request triggers in GitHub Enterprise repos.
@@ -120,6 +120,9 @@ The following table shows a few examples of supported context locations for ACR
120120
| Azure DevOps subfolder | Files within a subfolder in a public or private Azure repo. Example shows combination of branch and subfolder specification. | `https://dev.azure.com/user/myproject/_git/myapp-repo#mybranch:myfolder` |
121121
| Remote tarball | Files in a compressed archive on a remote webserver. | `http://remoteserver/myapp.tar.gz` |
122122

123+
> [!NOTE]
124+
> When using a private a Git repo as a context for a task, you need to provide a personal access token (PAT).
125+
123126
## Image platforms
124127

125128
By default, ACR Tasks builds images for the Linux OS and the amd64 architecture. Specify the `--platform` tag to build Windows images or Linux images for other architectures. Specify the OS and optionally a supported architecture in OS/architecture format (for example, `--platform Linux/arm`). For ARM architectures, optionally specify a variant in OS/architecture/variant format (for example, `--platform Linux/arm64/v8`):

0 commit comments

Comments
 (0)