Skip to content

fix: use unauthenticated Octokit for upstream public repo reads in sync - #13

Merged
LikeDreamwalker merged 1 commit into
mainfrom
feat/v0.5.1-housekeeping-unification
Jul 28, 2026
Merged

fix: use unauthenticated Octokit for upstream public repo reads in sync#13
LikeDreamwalker merged 1 commit into
mainfrom
feat/v0.5.1-housekeeping-unification

Conversation

@LikeDreamwalker

Copy link
Copy Markdown
Collaborator

Upstream previously-lab/agent is a public repo — reading it does not require a token. Split the Octokit usage: unauthenticated for upstream reads, authenticated for user repo writes. This avoids permission errors from fine-grained PATs that only have access to the user's own repo, and improves error messages to distinguish rate limits from permission issues.

Upstream previously-lab/agent is a public repo — reading it does not require
a token. Split the Octokit usage: unauthenticated for upstream reads,
authenticated for user repo writes. This avoids permission errors from
fine-grained PATs that only have access to the user's own repo, and
improves error messages to distinguish rate limits from permission issues.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
previously Building Building Preview, Comment Jul 28, 2026 10:02am

@LikeDreamwalker
LikeDreamwalker merged commit 9e4a1bf into main Jul 28, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant