Skip to content

Commit

Permalink
📝 Add IS_FINE_GRANIED to README.md (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoutsilis authored May 5, 2024
1 parent 5bc1f01 commit df38d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Here are all the inputs [repo-file-sync-action](https://github.com/BetaHuhn/repo
| `GH_PAT` | Your [Personal Access token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) | **`GH_PAT` or `GH_INSTALLATION_TOKEN` required** | N/A |
| `GH_INSTALLATION_TOKEN` | Token from a GitHub App installation | **`GH_PAT` or `GH_INSTALLATION_TOKEN` required** | N/A |
| `CONFIG_PATH` | Path to the sync configuration file | **No** | .github/sync.yml |
| `IS_FINE_GRAINED` | Labels the GH_PAT as a fine grained token | **No** | false |
| `PR_LABELS` | Labels which will be added to the pull request. Set to false to turn off | **No** | sync |
| `ASSIGNEES` | Users to assign to the pull request | **No** | N/A |
| `REVIEWERS` | Users to request a review of the pull request from | **No** | N/A |
Expand Down

0 comments on commit df38d30

Please sign in to comment.