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
@@ -261,6 +263,7 @@ To run a self-hosted runner, you need to create a personal access token (PAT) in
261
263
| `<GITHUB_PAT>` | The GitHub PAT you generated. |
262
264
| `<REPO_OWNER>` | The owner of the repository you created earlier. This value is usually your GitHub username. |
263
265
| `<REPO_NAME>` | The name of the repository you created earlier. This value is the same name you entered in the *Repository name* field. |
266
+
| `<YOUR_REGISTRATION_TOKEN_API_URL>` | The registration token API URL in the *entrypoint.sh* file. | For example, 'https://myapi.example.com/get-token' |
264
267
265
268
## Build the GitHub Actions runner container image
266
269
@@ -647,15 +650,13 @@ To run a self-hosted runner, you need to create a personal access token (PAT) in
@@ -666,7 +667,6 @@ To run a self-hosted runner, you need to create a personal access token (PAT) in
666
667
|---|---|---|
667
668
| `<AZP_TOKEN>` | The Azure DevOps PAT you generated. | |
668
669
| `<ORGANIZATION_URL>` | The URL of your Azure DevOps organization. Make sure no trailing `/` is present at the end of the URL. | For example, `https://dev.azure.com/myorg` or `https://myorg.visualstudio.com`. |
669
-
| `<YOUR_REGISTRATION_TOKEN_API_URL>` | The registration token API URL in the *entrypoint.sh* file. | For example, 'https://myapi.example.com/get-token' |
670
670
671
671
## Build the Azure Pipelines agent container image
0 commit comments