diff --git a/docs/workflows/gh-agent-workflows/issue-triage.md b/docs/workflows/gh-agent-workflows/issue-triage.md index 5b92c16d..1c53b62f 100644 --- a/docs/workflows/gh-agent-workflows/issue-triage.md +++ b/docs/workflows/gh-agent-workflows/issue-triage.md @@ -34,7 +34,7 @@ mkdir -p .github/workflows && curl -fsSL \ | Secret | Description | Required | | --- | --- | --- | | `COPILOT_GITHUB_TOKEN` | GitHub Copilot PAT for AI engine authentication | Yes | -| `GH_AW_GITHUB_TOKEN` | Ephemeral token (e.g. a GitHub App token) used for issue labeling safe outputs. When provided, labels applied by this workflow will trigger downstream label-based workflows. When omitted, the built-in `GITHUB_TOKEN` is used, which does not re-trigger other workflows. | No | +| `GH_AW_GITHUB_TOKEN` | Ephemeral token (e.g. a GitHub App token) used for safe outputs that apply issue labels. When provided, labels applied by this workflow will trigger downstream label-based workflows. When omitted, the built-in `GITHUB_TOKEN` is used, which does not re-trigger other workflows. | No | ## Safe outputs diff --git a/gh-agent-workflows/dependency-review/README.md b/gh-agent-workflows/dependency-review/README.md index 65caab5d..e2627ac5 100644 --- a/gh-agent-workflows/dependency-review/README.md +++ b/gh-agent-workflows/dependency-review/README.md @@ -36,7 +36,7 @@ See [example.yml](example.yml) for the full workflow file. | Secret | Description | Required | | --- | --- | --- | | `COPILOT_GITHUB_TOKEN` | GitHub Copilot PAT for AI engine authentication | Yes | -| `GH_AW_GITHUB_TOKEN` | Ephemeral token (e.g. a GitHub App token) used for PR labeling safe outputs. When provided, labels applied by this workflow will trigger downstream label-based workflows. When omitted, the built-in `GITHUB_TOKEN` is used, which does not re-trigger other workflows. | No | +| `GH_AW_GITHUB_TOKEN` | Ephemeral token (e.g. a GitHub App token) used for safe outputs that apply PR labels. When provided, labels applied by this workflow will trigger downstream label-based workflows. When omitted, the built-in `GITHUB_TOKEN` is used, which does not re-trigger other workflows. | No | ## Safe Outputs diff --git a/gh-agent-workflows/issue-triage/README.md b/gh-agent-workflows/issue-triage/README.md index 5bfa8d10..663f46c9 100644 --- a/gh-agent-workflows/issue-triage/README.md +++ b/gh-agent-workflows/issue-triage/README.md @@ -36,7 +36,7 @@ See [example.yml](example.yml) for the full workflow file. | Secret | Description | Required | | --- | --- | --- | | `COPILOT_GITHUB_TOKEN` | GitHub Copilot PAT for AI engine authentication | Yes | -| `GH_AW_GITHUB_TOKEN` | Ephemeral token (e.g. a GitHub App token) used for issue labeling safe outputs. When provided, labels applied by this workflow will trigger downstream label-based workflows. When omitted, the built-in `GITHUB_TOKEN` is used, which does not re-trigger other workflows. | No | +| `GH_AW_GITHUB_TOKEN` | Ephemeral token (e.g. a GitHub App token) used for safe outputs that apply issue labels. When provided, labels applied by this workflow will trigger downstream label-based workflows. When omitted, the built-in `GITHUB_TOKEN` is used, which does not re-trigger other workflows. | No | ## Safe Outputs