Skip to content

Commit 028fe99

Browse files
author
Alex Page
authored
Merge pull request #19 from tublitzed/fix/bad-link
Fixing bad link
2 parents 2cb7e69 + 2eb658a commit 028fe99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ GraphqlError: Resource not accessible by integration
8080

8181
When this happens you will need to:
8282
1. Create a [personal access token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)
83-
2. [Create a secret](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables) containing the personal access token, call it `GH_PAT`
83+
2. [Create a secret](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) containing the personal access token, call it `GH_PAT`
8484
3. Change the `repo-token` in the workflow `.yml` to reference your new token name:
8585
```yaml
8686
repo-token: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)