Skip to content

Commit

Permalink
Merge pull request #356 from LL782/patch-1
Browse files Browse the repository at this point in the history
Add details about using a classic PAT
  • Loading branch information
mattcosta7 committed May 9, 2023
2 parents c09eea1 + 539b3f9 commit ce05fa3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,11 @@ Using these events ensure that a given issue or pull request, in the workflow's
## Creating a PAT and adding it to your repository

- create a new [personal access
token](https://github.com/settings/tokens/new) with `repo` and `project` scopes
token](https://github.com/settings/tokens/new) with `project` scope. For private repos you will also need `repo` scope.
_See [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) for more information_

> **NOTE:** ℹ️ Use a classic token with full control of projects. Personal access tokens with fine grained access do not support the GraphQL API.
- add the newly created PAT as a repository secret, this secret will be referenced by the [github-token input](#github-token)
_See [Encrypted secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) for more information_

Expand Down

0 comments on commit ce05fa3

Please sign in to comment.