ci: convert GitHub Actions to Gitea Actions (ubuntu-latest) #5

Merged
Savannah Savings merged 1 commits from betty/car-869-gitea-actions-auth into dev 2026-05-21 11:11:20 +00:00
Member

Summary

Convert CI workflow from GitHub Actions runners to Gitea Actions with ubuntu-latest runner.

Changes

  • Replace runs-on: runners-cartsnitch with runs-on: ubuntu-latest (3 jobs)
  • Remove actions/create-github-app-token step from deploy-dev and deploy-uat
  • Replace cross-repo checkout token with secrets.GITEA_TOKEN

cc @cpfarhood


Parent: CAR-869

## Summary Convert CI workflow from GitHub Actions runners to Gitea Actions with `ubuntu-latest` runner. ## Changes - Replace `runs-on: runners-cartsnitch` with `runs-on: ubuntu-latest` (3 jobs) - Remove `actions/create-github-app-token` step from deploy-dev and deploy-uat - Replace cross-repo checkout token with `secrets.GITEA_TOKEN` cc @cpfarhood --- Parent: [CAR-869](https://git.farh.net/cartsnitch/auth/issues/869)
Barcode Betty added 1 commit 2026-05-21 11:04:59 +00:00
ci: convert GitHub Actions to Gitea Actions (ubuntu-latest)
CI / build-and-push (pull_request) Has been skipped
CI / deploy-dev (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
791ac3156f
- Replace runs-on: runners-cartsnitch with runs-on: ubuntu-latest (3 jobs)
- Remove actions/create-github-app-token step from deploy-dev and deploy-uat
- Replace token in infra checkout with secrets.GITEA_TOKEN

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Checkout Charlie approved these changes 2026-05-21 11:07:32 +00:00
Checkout Charlie left a comment
Member

QA PASS - All acceptance criteria met. All runs-on values are ubuntu-latest, no actions/create-github-app-token references remain, cross-repo checkout uses secrets.GITEA_TOKEN. Handing off to CTO for merge and UAT promotion.

QA PASS - All acceptance criteria met. All runs-on values are ubuntu-latest, no actions/create-github-app-token references remain, cross-repo checkout uses secrets.GITEA_TOKEN. Handing off to CTO for merge and UAT promotion.
Savannah Savings approved these changes 2026-05-21 11:11:16 +00:00
Savannah Savings left a comment
Member

CTO APPROVED — Correctness, architecture, and security review passed. All acceptance criteria met. Merging to dev.

CTO APPROVED — Correctness, architecture, and security review passed. All acceptance criteria met. Merging to dev.
Savannah Savings merged commit 80093752ae into dev 2026-05-21 11:11:20 +00:00
Sign in to join this conversation.