chore: document CI secrets rotation to trigger fresh pipeline #237

Merged
forgejo_admin merged 1 commit from 232-ci-trigger into main 2026-03-28 17:25:32 +00:00

Summary

The forgejo_token Woodpecker secret was empty and has been updated. Restarted pipelines cache old (empty) secrets, so we need a real merge-to-main push event to trigger a fresh pipeline that picks up the corrected secret.

Changes

  • .woodpecker.yaml — added # CI secrets verified 2026-03-28 comment at top of file to document the secrets rotation and provide a meaningful diff for the merge commit

Test Plan

  • Merge this PR to main
  • Verify Woodpecker triggers a new pipeline on the push event
  • Verify the clone step succeeds (confirming forgejo_token is now populated)
  • Verify build-and-push and update-kustomize-tag steps complete

Review Checklist

  • Passed automated review-fix loop
  • No secrets committed
  • No unnecessary file changes
  • Commit messages are descriptive
  • Closes #232
  • pal-e-api — CI pipeline secrets rotation
## Summary The `forgejo_token` Woodpecker secret was empty and has been updated. Restarted pipelines cache old (empty) secrets, so we need a real merge-to-main push event to trigger a fresh pipeline that picks up the corrected secret. ## Changes - `.woodpecker.yaml` — added `# CI secrets verified 2026-03-28` comment at top of file to document the secrets rotation and provide a meaningful diff for the merge commit ## Test Plan - [ ] Merge this PR to main - [ ] Verify Woodpecker triggers a new pipeline on the push event - [ ] Verify the clone step succeeds (confirming `forgejo_token` is now populated) - [ ] Verify build-and-push and update-kustomize-tag steps complete ## Review Checklist - [x] Passed automated review-fix loop - [x] No secrets committed - [x] No unnecessary file changes - [x] Commit messages are descriptive ## Related Notes - Closes #232 - `pal-e-api` — CI pipeline secrets rotation
The forgejo_token Woodpecker secret was empty and has been updated.
Restarted pipelines cache old secrets, so this merge-to-main push
event triggers a fresh pipeline with the corrected secret.

Closes #232

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
forgejo_admin deleted branch 232-ci-trigger 2026-03-28 17:25:32 +00:00
Sign in to join this conversation.
No description provided.