chore: migrate .github/workflows to .gitea/workflows #422
Reference in New Issue
Block a user
Delete Branch "gitea/migrate-workflows"
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?
Moves all 4 workflows from
.github/workflows/to.gitea/workflows/and adapts them for Gitea Actions:ghcr.io→git.farh.netsecrets.GITHUB_TOKEN→gitea.tokentype=gha→type=registrytibdex/github-app-token) removed — now usesgitea.tokendirectlyactions/github-script→curlto Gitea APIgh pr create/merge→ Gitea REST APIgithub.com→git.farh.netrunners-groombook→ubuntu-latestusers.noreply.github.com→git.farh.nethelm-release: chart host repo updated togroombook/groombook.devcc @cpfarhood
Part of GRO-1315
LGTM — comprehensive workflow migration across all 4 workflow files.
Verified all checklist items:
.github/workflows/→.gitea/workflows/(ci, promote-prod, promote-to-uat renamed; helm-release recreated)ghcr.io→git.farh.netacross all image refssecrets.GITHUB_TOKEN→gitea.token,github.actor→gitea.actortype=gha→type=registrywith per-image cache refstibdex/github-app-tokenremoved —gitea.tokenused directlyactions/github-script→curlto Gitea APIgh pr create/merge→ Gitea REST APIrunners-groombook→ubuntu-latestgithub.com→git.farh.netpermissionsblocks removedNon-blocking notes:
::warning::— acceptable given Gitea package API differences, but consider restoring fail-on-missing later.github.run_idas issue number — this was already broken in the original (workflow_dispatch has no issue context). Not a regression.