ci: point chart bumps at GitHub — tnd-zddc-chart is GitHub-only now #2
Loading…
Reference in a new issue
No description provided.
Delete branch "ci/chart-github"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The dispatched
notify-chart-devrun failed onCHART_FORGEJO_TOKEN env not set— and investigating showed the deeper post-split reality:BMCD/tnd-zddc-chartno longer exists on any Forgejo instance (the BMCD org on the control plane is empty), and the secret was never migrated. Per the operator: the chart repo lives on GitHub only (github.com/burnsmcd/tnd-zddc-chart).Changes:
notify-chart-bump.sh: push URL →https://x-access-token:${CHART_GITHUB_TOKEN}@github.com/burnsmcd/tnd-zddc-chart.git; env var renamedCHART_FORGEJO_TOKEN→CHART_GITHUB_TOKEN(it is a GitHub PAT now); header docs updated.verify-release.yml(notify-chart-prod): same rename; removed the stale "push to Forgejo, it mirrors to GitHub" comment (that mirror is gone).notify-chart-dev.yml: same rename.Before dispatching: set org secret
CHART_GITHUB_TOKEN(fine-grained PAT, contents:write on the chart repo) at git.varasys.io → varasys org → Settings → Actions → Secrets. Then merge, and re-dispatch notify-chart-dev to deliver the pending v0.0.28-beta bump.🤖 Generated with Claude Code