Skip to content

Commit 9c73d94

Browse files
committed
docs: add scope of pat
1 parent 594dc64 commit 9c73d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Scenario:
288288
>
289289
> When you use the repository's `GITHUB_TOKEN` to perform tasks on behalf of the GitHub Actions app, events triggered by the `GITHUB_TOKEN` will not create a new workflow run. This prevents you from accidentally creating recursive workflow runs. For example, if a workflow run pushes code using the repository's `GITHUB_TOKEN`, a new workflow will not run even when the repository contains a workflow configured to run when push events occur.
290290

291-
You need to provide a personal access token to an auto label GitHub Actions or GitHub Bot like [actions/labeler](https://github.com/actions/labeler).
291+
You need to provide a personal access token (with `public_repo` for a public repository, `repo` for a private repository) to an auto label GitHub Actions or GitHub Bot like [actions/labeler](https://github.com/actions/labeler).
292292

293293
```yaml
294294
# .github/workflows/labeler.yml

0 commit comments

Comments
 (0)