docs(ci): document release app actions permission for downstream dispatch#399
Merged
c-vigo merged 2 commits intorelease/0.3.1from Mar 20, 2026
Merged
Conversation
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.
Description
Document the missing
RELEASE_APPpermission needed by downstream smoke-test orchestration after issue#397RCA. This updates release-cycle documentation and changelog entries so the requiredActionswrite scope is explicit for workflow dispatch operations.Type of Change
feat-- New featurefix-- Bug fixdocs-- Documentation onlychore-- Maintenance task (deps, config, etc.)refactor-- Code restructuring (no behavior change)test-- Adding or updating testsci-- CI/CD pipeline changesbuild-- Build system or dependency changesrevert-- Reverts a previous commitstyle-- Code style (formatting, whitespace)Modifiers
!) -- This change breaks backward compatibilityChanges Made
docs/RELEASE_CYCLE.mdActions read/writetoRELEASE_APPpermission requirementsrepository_dispatchand workflow dispatch orchestrationCHANGELOG.mdFixedentry for issue#397documenting the permission requirement correctionassets/workspace/.devcontainer/CHANGELOG.mdChangelog Entry
Fixed
docs/RELEASE_CYCLE.mdto requireActionsread/write forRELEASE_APPon the validation repositoryrepository-dispatch.ymlcan trigger release orchestration workflows viaworkflow_dispatchTesting
just test)Manual Testing Details
23339858643(HTTP 403: Resource not accessible by integrationon workflow dispatch)Checklist
docs/templates/, then runjust docs)CHANGELOG.mdin the[Unreleased]section (and pasted the entry above)Additional Notes
N/A
Refs: #397