Skip to content

Commit df38d30

Browse files
authored
📝 Add IS_FINE_GRANIED to README.md (#325)
1 parent 5bc1f01 commit df38d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Here are all the inputs [repo-file-sync-action](https://github.com/BetaHuhn/repo
107107
| `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 |
108108
| `GH_INSTALLATION_TOKEN` | Token from a GitHub App installation | **`GH_PAT` or `GH_INSTALLATION_TOKEN` required** | N/A |
109109
| `CONFIG_PATH` | Path to the sync configuration file | **No** | .github/sync.yml |
110+
| `IS_FINE_GRAINED` | Labels the GH_PAT as a fine grained token | **No** | false |
110111
| `PR_LABELS` | Labels which will be added to the pull request. Set to false to turn off | **No** | sync |
111112
| `ASSIGNEES` | Users to assign to the pull request | **No** | N/A |
112113
| `REVIEWERS` | Users to request a review of the pull request from | **No** | N/A |

0 commit comments

Comments
 (0)