Skip to content

Commit dcd2da5

Browse files
committed
Add note about requiring the workflow scope
1 parent 1dea2ad commit dcd2da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This will generate a trace file in the current directory.
2121
To view the trace, you can use [Perfetto UI](https://ui.perfetto.dev/).
2222

2323
To generate traces for private repositories, you will need to provide a GitHub token. You can do this by passing the `--github-token` argument to the CLI.
24+
This token must have the `workflow` scope.
2425

2526
```bash
2627
gatrace generate-trace <run_url> --github-token <token>

0 commit comments

Comments
 (0)