Skip to content

ci(release): grant actions:read so download-artifact can fetch the builds - #3

Merged
ryanlitalien merged 1 commit into
mainfrom
fix/release-actions-read
Sep 4, 2026
Merged

ci(release): grant actions:read so download-artifact can fetch the builds#3
ryanlitalien merged 1 commit into
mainfrom
fix/release-actions-read

Conversation

@ryanlitalien

Copy link
Copy Markdown
Member

One line: actions: read in the release workflow permissions. With an explicit permissions block every unlisted scope is none, and actions/download-artifact@v4 fetches through the Actions API, so the release job failed twice on "Artifact download failed after 5 retries" while the five binary builds and the GHCR image succeeded. After merge the v0.1.0 tag is re-pointed at main so the corrected workflow produces the release.

…ilds

An explicit permissions block drops every scope it does not list, and
actions/download-artifact@v4 reads artifacts through the Actions API, so
the release job failed twice with "Artifact download failed after 5
retries". Binaries and the GHCR image were fine.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@ryanlitalien
ryanlitalien merged commit 8a51859 into main Sep 4, 2026
1 check passed
@ryanlitalien
ryanlitalien deleted the fix/release-actions-read branch September 4, 2026 01:31
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