Conversation
Add three new glossary entries from March 4 daily scan: - Activation Token (on.github-token, on.github-app) - Integrity (safe output security metadata) - Secrecy (safe output security metadata) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the documentation glossary with newly introduced configuration and metadata terms from recent changes.
Changes:
- Adds glossary entries for safe output security metadata fields: Secrecy and Integrity
- Adds a glossary entry for Activation Token configuration (
on.github-token,on.github-app) used by the activation job
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
|
|
||
| ### Activation Token (`on.github-token:`, `on.github-app:`) | ||
|
|
||
| Custom GitHub token or GitHub App used by the activation job to post reactions and status comments on the triggering item. Configured via `github-token:` (for a PAT or token expression) or `github-app:` (to mint a short-lived installation token) inside the `on:` section. Affects only the activation job — agent job tokens are configured separately via `tools.github.github-token` or `safe-outputs.github-app`. See [Authentication Reference](/gh-aw/reference/auth/). |
There was a problem hiding this comment.
The Activation Token entry’s last sentence lists token configuration paths inconsistently/incompletely. It currently mentions only tools.github.github-token and safe-outputs.github-app, but the docs elsewhere describe both token+app options for both tools.github and safe-outputs (e.g., tools.github.github-token/tools.github.github-app and safe-outputs.github-token/safe-outputs.github-app). Consider updating this sentence to include the full set (or align wording with docs/reference/triggers.md:350).
| Custom GitHub token or GitHub App used by the activation job to post reactions and status comments on the triggering item. Configured via `github-token:` (for a PAT or token expression) or `github-app:` (to mint a short-lived installation token) inside the `on:` section. Affects only the activation job — agent job tokens are configured separately via `tools.github.github-token` or `safe-outputs.github-app`. See [Authentication Reference](/gh-aw/reference/auth/). | |
| Custom GitHub token or GitHub App used by the activation job to post reactions and status comments on the triggering item. Configured via `github-token:` (for a PAT or token expression) or `github-app:` (to mint a short-lived installation token) inside the `on:` section. Affects only the activation job — agent job tokens are configured separately via `tools.github.github-token`/`tools.github.github-app` or `safe-outputs.github-token`/`safe-outputs.github-app`. See [Authentication Reference](/gh-aw/reference/auth/). |
Glossary Updates - 2026-03-04
Scan Type
Terms Added
on.github-token:,on.github-app:): New configuration fields added in Add configuration for activation GitHub token #19427 for customizing the GitHub token or GitHub App used by the activation job.Terms Updated
None.
Changes Analyzed
4e5e198(secrecy/integrity fields),f03bfa1(activation token impl),7bd718b(activation token docs)Related Changes
4e5e198: Display secrecy and integrity fields in safe output step summary renderer (Display secrecy and integrity fields in safe output step summary renderer #19552)f03bfa1: Add configuration for activation GitHub token (Add configuration for activation GitHub token #19427)7bd718b: Update documentation for on.github-token and on.github-app fields