qa: file BUG-026 (wheel-on-wheel token permission gap, already fixed in #18) - #21
Open
Morgandri1 wants to merge 1 commit into
Open
qa: file BUG-026 (wheel-on-wheel token permission gap, already fixed in #18)#21Morgandri1 wants to merge 1 commit into
Morgandri1 wants to merge 1 commit into
Conversation
|
Deployment failed for project wheel with the following error: Learn More: https://vercel.com/morgandri1s-projects?upgradeToPro=build-rate-limit |
PM's ask: worth a BUGS.md entry so this doesn't get re-litigated. Not an engine bug -- the repo's default_workflow_permissions is read-only, so ci.yml's wheel-on-wheel job hands the agent a token that can clone but never push, and WOW-commit-push 403s on every run regardless of what the PR actually changed. Already fixed in PR #18 (job-level contents:write, scoped to that job alone); this just makes it the system of record. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Morgandri1
force-pushed
the
qa/wow-commit-push-token-bug
branch
from
September 6, 2026 18:17
cd9b253 to
1467862
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Per PM's ask, a
qa/BUGS.mdentry for thewheel-on-wheelGITHUB_TOKENpermission gap(repo default is read-only, so the job's own push leg 403s regardless of PR content) so it
doesn't get re-litigated. Already fixed in #18 (job-level
contents: write); this is thesystem-of-record entry.
Docs-only.
🤖 Generated with Claude Code