Remove Tailscale + K3s deploy from GitHub Actions #92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Problem
.github/workflows/docker.ymlstill runs ashipjob that joins the tailnet via Tailscale OIDC and runsk3s ctr/k3s kubectlon kai-server. GitHub Actions should no longer touch K3s or the tailnet in any circumstance — pull-side update already covers redeploys.Proposal
shipjob entirely.id-token: writefrom the top-levelpermissions:block (only the ship job needed it for Tailscale OIDC).TS_CLIENT_ID/TS_AUDIENCEsecrets and removes the federated identity entry fromcoilysiren/infrastructure/terraform/tailscale-oidc/.Acceptance
docker.ymlhas no Tailscale or K3s steps.mainpush runs only thebuildjob (GHCR publish).repo-recall-update.serviceon kai-server continues to roll the deploy.