Test repo with Gitea Actions and Claude Code
Go to file
evgenius 608781dcbd
All checks were successful
CI Smoke Test / smoke (push) Successful in 1m36s
Add Gitea Actions workflows for CI and Claude Code
2026-06-08 05:51:00 +00:00
.gitea/workflows Add Gitea Actions workflows for CI and Claude Code 2026-06-08 05:51:00 +00:00
README.md Add Gitea Actions workflows for CI and Claude Code 2026-06-08 05:51:00 +00:00

Claude Test Repository

Sample repository for Gitea Actions on github.thesystem.kz.

Workflows

  • ci-test.yml — basic runner smoke test
  • claude-test.yml — Claude Code CLI step (requires ANTHROPIC_API_KEY secret)

Add Anthropic API Key

  1. Go to Settings → Secrets → Actions in this repository
  2. Add secret ANTHROPIC_API_KEY with your key
  3. Re-run the Claude workflow