Skip to content

fix(ci): grant reusable workflow permissions to unblock release-please - #4

Merged
forkwright merged 1 commit into
mainfrom
ci/fix-release-please
Jul 22, 2026
Merged

fix(ci): grant reusable workflow permissions to unblock release-please#4
forkwright merged 1 commit into
mainfrom
ci/fix-release-please

Conversation

@forkwright

Copy link
Copy Markdown
Owner

Problem

Release Please has been failing with startup_failure on every push to
main 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/epitelesis hit the identical startup_failure twice
(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 shape
this 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

@forkwright
forkwright enabled auto-merge (squash) July 22, 2026 18:08
@forkwright
forkwright merged commit 52603fc into main Jul 22, 2026
1 of 2 checks passed
@forkwright
forkwright deleted the ci/fix-release-please branch July 22, 2026 19:00
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>
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