Skip to content

Commit 541ac31

Browse files
edburnsCopilot
andauthored
More accurate RUNTIME_TRIAGE_TOKEN attributes
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent dc00e65 commit 541ac31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developer-docs/secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These secrets power the GitHub Agentic Workflows (gh-aw) used for issue triage,
2828
* **`GH_AW_CI_TRIGGER_TOKEN`**: Token used to trigger CI workflows from within agentic workflow runs.
2929
* Workflows: `java-codegen-fix.lock.yml`, `java-adapt-handwritten-code-to-accept-upgrade-changes.lock.yml`, `release-changelog.lock.yml`
3030

31-
* **`RUNTIME_TRIAGE_TOKEN`**: Token with read access to `github/copilot-agent-runtime`. Used to clone that repository and make GitHub API calls for cross-repo issue analysis.
31+
* **`RUNTIME_TRIAGE_TOKEN`**: GitHub token with issue write access to both `github/copilot-sdk` and `github/copilot-agent-runtime`, and read access to `github/copilot-agent-runtime` contents. Used to clone that repository, add labels to the source issue, create linked runtime issues, and make GitHub API calls.
3232
* Workflows: `cross-repo-issue-analysis.lock.yml`
3333

3434
## Java publishing secrets

0 commit comments

Comments
 (0)