Sync actions from atomicqms-style deployment
Actions synced: Synced at: 2025-12-27T16:24:04Z
This commit is contained in:
24
README.md
24
README.md
@@ -1,3 +1,23 @@
|
||||
# actions
|
||||
# AtomicQMS Shared Actions
|
||||
|
||||
Shared Gitea Actions for AtomicQMS
|
||||
This repository contains shared Gitea Actions for use across AtomicQMS repositories.
|
||||
|
||||
## Available Actions
|
||||
|
||||
### claude-code-gitea-action
|
||||
|
||||
AI-powered code assistant using Claude. Automatically responds to issues and PRs.
|
||||
|
||||
**Usage:**
|
||||
```yaml
|
||||
- uses: atomicqms-service/actions/claude-code-gitea-action@main
|
||||
with:
|
||||
gitea_token: ${{ secrets.GITEA_TOKEN }}
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
```
|
||||
|
||||
See [claude-code-gitea-action/README.md](./claude-code-gitea-action/README.md) for full documentation.
|
||||
|
||||
---
|
||||
|
||||
*This repository is automatically synced during AtomicQMS deployments.*
|
||||
|
||||
Reference in New Lab Ticket
Block a user