Skip to content

Commit d86cfa4

Browse files
committed
clarify auth requirement for cli
1 parent 86419eb commit d86cfa4

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/src/content/docs/getting-started/quick-start.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Stacked PRs is currently in private preview. This feature will **not work** unle
1919
gh extension install github/gh-stack
2020
```
2121

22+
:::note[Authentication]
23+
The `gh stack` CLI requires OAuth authentication via `gh auth login`. Personal access tokens (PATs) are not supported.
24+
:::
25+
2226
## Set Up AI Agent Integration
2327

2428
If you use AI coding agents (like GitHub Copilot), install the gh-stack skill so they know how to work with Stacked PRs:

docs/src/content/docs/reference/cli.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ gh extension install github/gh-stack
1111

1212
Requires the [GitHub CLI](https://cli.github.com/) (`gh`) v2.0+.
1313

14+
:::note[Authentication]
15+
The `gh stack` CLI requires OAuth authentication via `gh auth login`. Personal access tokens (PATs) are not supported.
16+
:::
17+
1418
---
1519

1620
## Stack Management

0 commit comments

Comments
 (0)