Skip to content

Commit a9a3573

Browse files
cbartzerinecon
andauthored
Apply suggestions from code review
Co-authored-by: Erin Conley <erin.conley@canonical.com>
1 parent a3e7629 commit a9a3573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to/change-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The charm supports two authentication methods: a GitHub App or a personal access token (PAT).
44
See [Authentication and token scopes](https://charmhub.io/github-runner/docs/reference-token-scopes) for required permissions.
55

6-
## GitHub App authentication
6+
## Authenticate using a GitHub App
77

88
Create a [GitHub App](https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app) with the required permissions and install it on the target organization or repository.
99

@@ -29,7 +29,7 @@ To rotate the private key, update the Juju secret:
2929
juju update-secret github-app-key private-key="$(cat /path/to/new-private-key.pem)"
3030
```
3131

32-
## Personal access token authentication
32+
## Authenticate using a personal access token
3333

3434
Create a new [GitHub Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
3535

0 commit comments

Comments
 (0)