This repository was archived by the owner on Jul 27, 2026. It is now read-only.
fix: grant release-ready contents write permission - #1954
Closed
neubig wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
10 tasks
Member
Author
|
This repository has moved to https://github.com/OpenHands/OpenHands. We’d appreciate it if you re-opened this pull request there. Thank you! |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
release readyreusable workflowcontents: writeactions,issues, andpull-requestspermissionsWhy
The shared
OpenHands/release-actions/.github/workflows/release-ready.yml@mainworkflow declares nested jobs that requirecontents: write. GitHub validates reusable-workflow permissions at startup, including jobs that may later be skipped by anifcondition, so this caller cannot grant onlycontents: read.All 55 Agent Canvas
release readyruns observed from July 9 through July 26 failed during workflow startup for this reason; ordinary CI still ran because this workflow is not a required check.Examples:
Validation
git diff --checkTracks OpenHands/OpenHands#15396.
🐳 Docker images for this PR
• GHCR package: https://github.com/OpenHands/agent-canvas/pkgs/container/agent-canvas
ghcr.io/openhands/agent-canvasghcr.io/openhands/agent-server:1.37.0-pythonopenhands-automation==1.3.14144b12a344cef6e7d265adf4d82abe9ff5cbfffPull (multi-arch manifest)
# Multi-arch manifest — Docker automatically pulls the correct architecture docker pull ghcr.io/openhands/agent-canvas:sha-4144b12Run
All tags pushed for this build
About Multi-Architecture Support
sha-4144b12) is a multi-arch manifest supporting both amd64 and arm64sha-4144b12-amd64) are also available if needed