Skip to content

Fix release workflow for protected main branch#47

Merged
hcherukuri merged 1 commit into
mainfrom
fix/release-protected-branch-push
Jul 7, 2026
Merged

Fix release workflow for protected main branch#47
hcherukuri merged 1 commit into
mainfrom
fix/release-protected-branch-push

Conversation

@hcherukuri

Copy link
Copy Markdown
Member

Summary

  • Pass TRIGGERING_PAT as push_token to the shared release workflow so changelog and version bump commits can push to protected main
  • Pin the reusable workflow to the matching fix branch in ansible-middleware/github-actions until that PR merges

Context

Release collection failed in run 28880560905 because branch protection requires pull requests and GITHUB_TOKEN cannot push directly to main.

Related: ansible-middleware/github-actions#23

Test plan

Made with Cursor

Branch protection on main blocks direct pushes from GITHUB_TOKEN during
release; use TRIGGERING_PAT via the updated shared release workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
@hcherukuri hcherukuri merged commit 8a6f2ff into main Jul 7, 2026
2 checks passed
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