chore: migrate .github/workflows to .gitea/workflows #22
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 CI workflow from
.github/workflows/to.gitea/workflows/and updates for Gitea Actions:ghcr.io→git.farh.netsecrets.GITHUB_TOKEN→gitea.tokentype=gha→type=registryPart of GRO-1315
cc @cpfarhood
LGTM — clean workflow migration.
Verified all checklist items:
.github/workflows/→.gitea/workflows/ghcr.io→git.farh.netsecrets.GITHUB_TOKEN→gitea.token,github.actor→gitea.actortype=gha→type=registrypermissionsblock removed (unnecessary for Gitea Actions)Minor: file missing trailing newline. Non-blocking.
Note:
github.refstill used in the tag conditional — this is fine, Gitea Actions providesgithub.*context for compatibility.