Skip to content

Commit fe09bde

Browse files
fix circleci migration PAT scope docs (#43544)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent f8a29a4 commit fe09bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/tutorials/migrate-to-github-actions/automated-migrations/circleci-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The `configure` CLI command is used to set required credentials and options for
5252

5353
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).
5454

55-
Your token must have the `workflow` scope.
55+
Your token must have the `repo` and `workflow` scopes.
5656

5757
After creating the token, copy it and save it in a safe location for later use.
5858
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.

0 commit comments

Comments
 (0)