Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/src/content/docs/reference/threat-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ safe-outputs:
| `enabled` | boolean | Enable or disable detection (default: `true` when safe-outputs exist) |
| `prompt` | string | Custom instructions appended to default detection prompt |
| `engine` | string/object/false | AI engine config (`"copilot"`, full config object, or `false` for no AI) |
| `runs-on` | string/array/object | Runner for the detection job (default: inherits from workflow `runs-on`) |
| `steps` | array | Additional GitHub Actions steps to run after AI analysis |

## AI-Based Detection (Default)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/reference/triggering-ci.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ safe-outputs:
Alternatively, you can set the magic secret `GH_AW_CI_TRIGGER_TOKEN` to a suitable PAT (see the above guide for creating one). This secret name is known to GitHub Agentic Workflows and does not need to be explicitly referenced in your workflow.

```bash wrap
gh aw secrets set MY_CI_TRIGGER_PAT --value "<your-pat-token>"
gh aw secrets set GH_AW_CI_TRIGGER_TOKEN --value "<your-pat-token>"
```

## Alternative: Full Token Override
Expand Down