Skip to content

Commit b4d5106

Browse files
committed
update docs
1 parent d7f5b2f commit b4d5106

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/content/docs/reference/auth.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ A reference for all GitHub Actions secrets and tokens used by GitHub Agentic Wor
7171

7272
If using Copilot as your AI engine, you need a GitHub Actions Secret set to a GitHub Personal Access Token (PAT) to authenticate Copilot CLI.
7373

74+
**Setup**:
75+
7476
Create a [fine-grained PAT](https://github.com/settings/personal-access-tokens/new):
7577

7678
1. Select your **user account**, not an organization.
@@ -213,7 +215,7 @@ gh aw secrets set GH_AW_GITHUB_MCP_SERVER_TOKEN --value "YOUR_MCP_PAT"
213215

214216
### `GH_AW_CI_TRIGGER_TOKEN`
215217

216-
Pull requests and pushes made with `GITHUB_TOKEN` do not trigger `pull_request`, `push`, or `pull_request_target` events. This is a [GitHub Actions security feature](https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow) to prevent recursive workflows.
218+
Pull requests and pushes made with `GITHUB_TOKEN` do not trigger `pull_request`, `push`, or `pull_request_target` events. This is a GitHub Actions feature to prevent recursive workflows.
217219

218220
See [Triggering CI](/gh-aw/reference/triggering-ci/) for how to configure CI triggers on PRs created by workflows using `
219221

0 commit comments

Comments
 (0)