alphaleadership/Gemini Kanban Integration
Integrates Gemini AI with KanbanGemini to process GitHub issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 3, 2026
- License
- None
Pinned Snippet
uses: alphaleadership/kanbanaction@c3efe5ba58b619941b35b1c9c08e224d8315d349 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| gemini-api-key | API Key for Google Gemini (required unless install-workflows is true) | no | — |
| gemini-model | Primary Gemini model (e.g. gemini-2.5-flash) | no | — |
| gemini-fallback-models | Comma-separated fallback Gemini models | no | — |
| gemini-retries | Retry count for Gemini API calls | no | — |
| github-token | GitHub Token (required) | yes | ${{ github.token }} |
| install-workflows | Whether to install or update the Kanban workflows in the target repository (default: false) | no | false |
| debug | Enable debug logging | no | false |
Outputs
no outputs