Skip to content

Commit 6e6a0fc

Browse files
authored
config: accept both ghp_ and github_pat_ tokens in schema (#36)
1 parent 8f27ed1 commit 6e6a0fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.env.schema

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ OPENCODE_ZEN_API_KEY=
3333

3434
# ── GitHub ───────────────────────────────────────────────────────────────────
3535

36-
# GitHub Personal Access Token (fine-grained, scoped to agent repos)
37-
# @required @type=string(startsWith=ghp_)
36+
# GitHub Personal Access Token (classic ghp_ or fine-grained github_pat_)
37+
# @required @type=string
3838
# @docs(https://github.com/settings/tokens)
3939
GITHUB_TOKEN=
4040

0 commit comments

Comments
 (0)