Skip to content

Commit 46ea677

Browse files
author
Alex Page
committed
Update private repo docs to contain file name
1 parent 5938097 commit 46ea677

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
@@ -69,7 +69,7 @@ GraphqlError: Resource not accessible by integration
6969
When this happens you will need to:
7070
1. Create a [personal access token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)
7171
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`
72-
3. Change the `repo-token` to reference your new token name:
72+
3. Change the `repo-token` in the `backlog-automation.yml` to reference your new token name:
7373
```yaml
7474
repo-token: ${{ secrets.GH_PAT }}
7575
```

0 commit comments

Comments
 (0)