Update link in service accounts docs (#18326)

* fix link path

* follow same pattern as the other links
This commit is contained in:
Stephanie Aurelio 2023-09-29 09:17:04 -07:00 committed by GitHub
parent 74f5394dfa
commit ab1be42f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ To create a new service account for your Team account:
2. Create a [team](manage-a-team.md) in your organization and grant it read-only access to your private repositories.
3. Add the new Docker ID to your [organization](orgs.md).
4. Add the new Docker ID to the [team](manage-a-team.md) you created earlier.
5. Create a new [personal access token (PAT)](/access-tokens.md) from the user account and use it for CI.
5. Create a new [personal access token (PAT)](access-tokens.md) from the user account and use it for CI.
> **Note**
>