Skip to content

Commit 3d5e841

Browse files
authored
Better link for creating PAT (#13)
1 parent 9ac8385 commit 3d5e841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This Action expects the following to be true:
1111
## Configuration
1212
|Key|Description|Required|
1313
|---|---|:---:|
14-
| `personal_access_token` | A personal access token with repo scope for pushing documentation to `gh-pages` branch. See [Creating a Personal Access Token](https://help.github.com/en/enterprise/2.17/user/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) for creating the token and [Creating and Using Secrets](https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables) for including secrets to be used in tandem with Github Actions. | Yes |
14+
| `personal_access_token` | A personal access token with repo scope for pushing documentation to `gh-pages` branch. See [Creating a Personal Access Token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token#creating-a-token) for creating the token and [Creating and Using Secrets](https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables) for including secrets to be used in tandem with Github Actions. | Yes |
1515
| `config` | The path to a Jazzy yaml or json configuration file| No |
1616
| `args` | Command line arguments to be passed to Jazzy. See `jazzy --help` on your local machine for available options| No |
1717
| `version` | The Jazzy version to run. Defaults to latest | No
@@ -75,4 +75,4 @@ Specify a Jazzy version:
7575
```
7676
7777
## Contributions
78-
Pull requests are the preferred method of contributing. If you are unable to create a pull request, a detailed GitHub Issue describing the bug or feature request is more than welcome.
78+
Pull requests are the preferred method of contributing. If you are unable to create a pull request, a detailed GitHub Issue describing the bug or feature request is more than welcome.

0 commit comments

Comments
 (0)