Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gh-agent-workflows/dependency-review/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | Optional ephemeral token (e.g. a GitHub App token) used as a general GitHub auth fallback in this workflow, including PR labeling safe outputs. When provided, labels applied by this workflow can trigger downstream label-based workflows. When omitted, the built-in `GITHUB_TOKEN` is used for labeling, which does not re-trigger other workflows. | No |

## Safe Outputs

Expand Down