claude-test/README.md
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

15 lines
400 B
Markdown

# 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