Skip to content

Commit 75411c4

Browse files
author
Alex Page
committed
Add documentation for repository project personal access token
Fixes #68
1 parent b726551 commit 75411c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@ Change these options in the workflow `.yml` file to meet your GitHub project nee
7575

7676
Most of the time [`GITHUB_TOKEN`](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) will work as your `repo-token`. This requires no set up. If you have a public project board and public repository this is the option for you.
7777

78-
**Private repository or organisation projects**
78+
**Repository project, private repository or organisation projects**
7979

8080
You will need a personal access token to send events from your issues and pull requests.
8181

8282
1. Create a personal access token
83+
1. [Public repository and repository project](https://github.com/settings/tokens/new?scopes=repo&description=GHPROJECT_TOKEN)
8384
1. [Private repository or private project](https://github.com/settings/tokens/new?scopes=repo&description=GHPROJECT_TOKEN)
8485
1. [Organisation project board or organisation repository](https://github.com/settings/tokens/new?scopes=repo,write:org&description=GHPROJECT_TOKEN)
8586

@@ -91,7 +92,7 @@ repo-token: ${{ secrets.GHPROJECT_TOKEN }}
9192

9293
## Troubleshooting
9394

94-
**GraphqlError: Resource not accessible by integration** and **Secrets are not currently available to forks.** This error happens on forked repositories because [`GITHUB_TOKEN` only has read permissions](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token#permissions-for-the-github_token).
95+
**GraphqlError: Resource not accessible by integration** or **Secrets are not currently available to forks.** This error happens on repository projects and forked repositories because [`GITHUB_TOKEN` only has read permissions](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token#permissions-for-the-github_token). Create a personal access token following the instructions above.
9596

9697
**SAML enforcement**
9798

0 commit comments

Comments
 (0)