Skip to content

fix(ci): use PAT in release workflow to trigger downstream deploys#408

Merged
zbigniewsobiecki merged 1 commit intodevfrom
fix/release-workflow-use-pat
Feb 18, 2026
Merged

fix(ci): use PAT in release workflow to trigger downstream deploys#408
zbigniewsobiecki merged 1 commit intodevfrom
fix/release-workflow-use-pat

Conversation

@zbigniewsobiecki
Copy link
Copy Markdown
Member

Summary

  • Switches the release workflow PR steps from github.token to secrets.GHCR_PAT
  • Pushes made by the default GITHUB_TOKEN don't trigger other workflows (GitHub's loop-prevention policy), so the Build and Deploy workflow was not firing after the release PR merged to main
  • Using a PAT attributes the merge push to a real user, correctly triggering downstream workflows

Test plan

  • All 2097 unit tests pass locally
  • CI passes on this PR
  • After merging to dev → main, verify the Build and Deploy workflow triggers automatically

🤖 Generated with Claude Code

Pushes made by the default GITHUB_TOKEN do not trigger other workflows
(GitHub's loop-prevention policy). Switch the release PR steps to use
GHCR_PAT so the merge push to main is attributed to a real user and
correctly triggers the Build and Deploy workflow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@zbigniewsobiecki zbigniewsobiecki merged commit 53ed60b into dev Feb 18, 2026
4 checks passed
@zbigniewsobiecki zbigniewsobiecki deleted the fix/release-workflow-use-pat branch February 18, 2026 17:46
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