From dcd2da51796fca7b1982fd7c220b9b266a6841b7 Mon Sep 17 00:00:00 2001 From: Ben Zhang Date: Sun, 29 Dec 2024 16:24:23 -0800 Subject: [PATCH] Add note about requiring the workflow scope --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52c275c..31718c4 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ This will generate a trace file in the current directory. To view the trace, you can use [Perfetto UI](https://ui.perfetto.dev/). 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. +This token must have the `workflow` scope. ```bash gatrace generate-trace --github-token