Skip to content

Commit a60209e

Browse files
Incorporated the review feedback.
1 parent 4298b89 commit a60209e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/tutorial-ci-cd-runners-jobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: conceptual
9-
ms.date: 09/19/2024
9+
ms.date: 10/10/2024
1010
ms.author: cshoe
1111
zone_pivot_groups: container-apps-jobs-self-hosted-ci-cd
1212
---
@@ -199,7 +199,7 @@ The workflow runs on the `ubuntu-latest` GitHub-hosted runner and prints a messa
199199
To run a self-hosted runner, you need to create a personal access token (PAT) in GitHub. Each time a runner starts, the PAT is used to generate a token to register the runner with GitHub. The PAT is also used by the GitHub Actions runner scale rule to monitor the repository's workflow queue and start runners as needed.
200200
201201
> [!NOTE]
202-
> Personal Access Tokens (PATs) have an expiry date. It is mandatory to regularly rotate these tokens and ensure they remain valid (not expired) to maintain uninterrupted service.
202+
> Personal Access Tokens (PATs) have an expiration date. Regularly rotate your tokens to ensure they remain valid (not expired) to maintain uninterrupted service.
203203
204204
1. In GitHub, select your profile picture in the upper-right corner and select **Settings**.
205205
@@ -508,7 +508,7 @@ Create a new agent pool to run the self-hosted runner.
508508
To run a self-hosted runner, you need to create a personal access token (PAT) in Azure DevOps. The PAT is used to authenticate the runner with Azure DevOps. It's also used by the scale rule to determine the number of pending pipeline runs and trigger new job executions.
509509
510510
[!NOTE]
511-
> Personal Access Tokens (PATs) have an expiry date. It is mandatory to regularly rotate these tokens and ensure they remain valid (not expired) to maintain uninterrupted service.
511+
> Personal Access Tokens (PATs) have an expiration date. Regularly rotate your tokens to ensure they remain valid (not expired) to maintain uninterrupted service.
512512
513513
1. In Azure DevOps, select *User settings* next to your profile picture in the upper-right corner.
514514

0 commit comments

Comments
 (0)