fix(ci): grant reusable workflow permissions to unblock release-please - #4
Merged
Conversation
forkwright
enabled auto-merge (squash)
July 22, 2026 18:08
forkwright
pushed a commit
that referenced
this pull request
Jul 30, 2026
🤖 I have created a release *beep* *boop* --- ## [0.0.2](v0.0.1...v0.0.2) (2026-07-30) ### Bug Fixes * **ci:** grant reusable workflow permissions to unblock release-please ([#4](#4)) ([52603fc](52603fc)) * **ci:** lint the whole repository in the docs-phase gate ([#6](#6)) ([5349a75](5349a75)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
Problem
Release Please has been failing with
startup_failureon every push tomain since the initial repo scaffold (2026-07-06) — zero jobs scheduled,
no logs, no annotations. The workflow calls the fleet-shared reusable
workflow (
forkwright/.github/.github/workflows/release-please.yml@main)but never grants it any
permissions:.Evidence
forkwright/epitelesishit the identicalstartup_failuretwice(2026-05-28, 2026-07-06) with the byte-identical scaffold shape, then
started succeeding immediately after a fix commit that added an explicit
top-level
permissions:block (attestations/contents/id-token/pull-requests:write) plus a
concurrency:guard — no other change. That is the shapethis PR ports over.
Fix
Add the same
permissions:+concurrency:block that fixed epitelesis,keeping the reusable-workflow call (fleet-shared logic, no duplication).
kanon#2522