Skip to content

Commit fa516cd

Browse files
committed
Update links to GitHub docs for access tokens
The action's documentation contains a link to GitHub's documentation about the access token that is provided for use in GitHub Actions workflows, and another about creating personal access tokens. These pages have been moved since the time the links were added. Even though the previous page redirects to the new location, it's best not to rely on redirects.
1 parent 0a9f5df commit fa516cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ See the [official Github documentation][pat-docs] to learn more about Personal A
2828
1. After the release, rebase the release branch for that major version (e.g., `v1` branch for the v1.x.x tags) on the
2929
tag. If no branch exists for the release's major version, create one.
3030

31-
[pat-docs]: https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token
31+
[pat-docs]: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Set to `true` to show more information in the log about the checks being run.
105105

106106
GitHub access token used to get information from the GitHub API.
107107

108-
**Default**: [`GITHUB_TOKEN`](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow)
108+
**Default**: [`GITHUB_TOKEN`](https://docs.github.com/en/actions/security-guides/automatic-token-authentication)
109109

110110
## Usage
111111

0 commit comments

Comments
 (0)