From 6628e9e95f60f1c13bc2fc922a83a82f3c156a63 Mon Sep 17 00:00:00 2001 From: DavidMei <94948521@163.com> Date: Fri, 27 Mar 2026 01:03:18 +0800 Subject: [PATCH] fix circleci migration PAT scope docs --- .../automated-migrations/circleci-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/tutorials/migrate-to-github-actions/automated-migrations/circleci-migration.md b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/circleci-migration.md index 22d68b6d1cb0..c12ea1ea1a33 100644 --- a/content/actions/tutorials/migrate-to-github-actions/automated-migrations/circleci-migration.md +++ b/content/actions/tutorials/migrate-to-github-actions/automated-migrations/circleci-migration.md @@ -52,7 +52,7 @@ The `configure` CLI command is used to set required credentials and options for 1. Create a {% data variables.product.prodname_dotcom %} {% data variables.product.pat_v1 %}. For more information, see [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic). - Your token must have the `workflow` scope. + Your token must have the `repo` and `workflow` scopes. After creating the token, copy it and save it in a safe location for later use. 1. Create a CircleCI personal API token. For more information, see [Managing API Tokens](https://circleci.com/docs/managing-api-tokens/#creating-a-personal-api-token) in the CircleCI documentation.