ci: remove deploy job in favor of Flux Image Automation #73

Merged
ghost merged 1 commits from remove-deploy-job into main 2026-03-19 21:12:02 +00:00
ghost commented 2026-03-19 21:09:32 +00:00 (Migrated from github.com)

Summary

  • Removes the "Update Infra Image Tags" deploy job from CI workflow
  • This job required INFRA_DEPLOY_TOKEN (a GitHub PAT stored as a repo secret), which violates the board directive against storing tokens in repo secrets
  • Flux Image Automation will handle image tag updates in the infra repo instead (see groombook/infra PRs)

Context

Closes #72 (along with companion infra PRs for Flux Image Automation CRs and infra#20 merge)

Test plan

  • CI passes without the deploy job
  • Main builds no longer fail due to missing INFRA_DEPLOY_TOKEN

🤖 Generated with Claude Code

## Summary - Removes the "Update Infra Image Tags" deploy job from CI workflow - This job required `INFRA_DEPLOY_TOKEN` (a GitHub PAT stored as a repo secret), which violates the board directive against storing tokens in repo secrets - Flux Image Automation will handle image tag updates in the infra repo instead (see groombook/infra PRs) ## Context Closes #72 (along with companion infra PRs for Flux Image Automation CRs and infra#20 merge) ## Test plan - [ ] CI passes without the deploy job - [ ] Main builds no longer fail due to missing `INFRA_DEPLOY_TOKEN` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This repo is archived. You cannot comment on pull requests.