fix(intake): job-scoped contents:write — findings-submissions push 403 since 06-27 - #349
Merged
Merged
Conversation
…again
hypatia-dispatch-intake.yml declares workflow-level 'permissions: contents:
read' yet its intake job pushes received events to the findings-submissions
branch — every run since 2026-06-27 died 403 ('Permission to
hyperpolymath/gitbot-fleet.git denied to github-actions[bot]'), silently
dropping all inbound hypatia work orders (last successful intake 2026-06-23).
Job-scoped 'contents: write' (workflow default stays read) restores the
fleet's only live inbound channel — the cheapest fan-in repair for the
estate keystone hypatia#369 (unwired dispatch).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
hyperpolymath
enabled auto-merge (squash)
July 1, 2026 20:41
hyperpolymath
disabled auto-merge
July 1, 2026 21:05
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.
Workflow-level
permissions: contents: readvs a job thatgit push origin findings-submissions→ every intake run since 2026-06-27 failed 403, silently dropping all inbound hypatia dispatch events (last successful intake commit 2026-06-23).Job-scoped
contents: write; workflow default staysread(least privilege). Restores the fleet's only inbound channel for hypatia work orders — direct unblocking move for keystone hypatia#369: hypatia dispatches, the fleet receives, but nothing was being recorded.Verify after merge: next
repository_dispatch(hypatia-*-alert) run should commit tofindings-submissions.🤖 Generated with Claude Code