diff --git a/README.md b/README.md index 5c8434a..83ddb04 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,9 @@ For forked and private repositories this error occurs: GraphqlError: Resource not accessible by integration ``` -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). On private repositories you may be lacking admin permissions in the repository or project. +**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). + +On private repositories you may be lacking admin permissions in the repository or project. When this happens you will need to: 1. Create a [personal access token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line). See the below guide on how to [configure the permissions](#permissions-for-personal-access-tokens).