fix: add GH_PAT availability check in update-k8s-manifest job to avoid 403

Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/3ae3a579-b355-457a-8eb7-9c81348fa0ed

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-27 07:54:58 +00:00
parent 999a5112f3
commit ccd94eb9cd
3 changed files with 18 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ Comprehensive task breakdown for repository improvements and production readines
- [x] Added Semantic Release workflow (`release.yml`) for automatic versioning and GitHub Releases.
- [x] Added `pyproject.toml` with `[tool.semantic_release]` configuration.
- [x] Added GitOps auto-deployment step in `ci.yml` to update preprod k8s manifest in `k8s-cluster-state` repo.
- [x] Fixed GitOps `update-k8s-manifest` job: added PAT availability check to skip gracefully when `GH_PAT` secret is not configured, fixing 403 "Write access to repository not granted" pipeline failure.
## 🔴 Critical - Security (In Progress)