Skip to content

Commit eeaa012

Browse files
Incorporated the review feedback.
1 parent 0f2c14c commit eeaa012

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: 02/20/2025
9+
ms.date: 03/20/2025
1010
ms.author: cshoe
1111
zone_pivot_groups: container-apps-jobs-self-hosted-ci-cd
1212
---
@@ -36,7 +36,7 @@ In this tutorial, you learn how to run GitHub Actions runners as an [event-drive
3636
> Self-hosted runners are only recommended for *private* repositories. Using them with public repositories can allow dangerous code to execute on your self-hosted runner. For more information, see [Self-hosted runner security](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#self-hosted-runner-security).
3737
3838
> [!NOTE]
39-
> The personal access token (PAT) has an expiration date. It's the customer's responsibility to ensure that the PAT is regularly rotated and isn't expired. Monitor and update your PAT accordingly to maintain uninterrupted services.
39+
> Every personal access token (PAT) has an expiration date. You need to make sure PATs are regularly rotated before their expiration date. For more information about managing your PAT, see [Use personal access tokens](/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate).
4040
4141
::: zone-end
4242

@@ -56,7 +56,7 @@ In this tutorial, you learn how to run Azure Pipelines agents as an [event-drive
5656
> Self-hosted agents are only recommended for *private* projects. Using them with public projects can allow dangerous code to execute on your self-hosted agent. For more information, see [Self-hosted agent security](/azure/devops/pipelines/agents/linux-agent#permissions).
5757
5858
> [!NOTE]
59-
> The personal access token (PAT) has an expiration date. It's the customer's responsibility to ensure that the PAT is regularly rotated and isn't expired. Monitor and update your PAT accordingly to maintain uninterrupted services.
59+
> Every personal access token (PAT) has an expiration date. You need to make sure PATs are regularly rotated before their expiration date. For more information about managing your PAT, see [Use personal access tokens](/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate).
6060
6161
::: zone-end
6262

0 commit comments

Comments
 (0)