generated from nhcarrigan/template
0dba9a1af9
Removes /create-task and /create-issue slash commands and introduces /create-ticket, which routes to LeanTime, Asana, Gitea, or GitHub based on a platform choice argument. The user provides only a description; the AI generates both the title and fleshed-out body.
13 lines
915 B
Bash
13 lines
915 B
Bash
LOG_TOKEN="op://Environment Variables - Naomi/Alert Server/api_auth"
|
|
BOT_TOKEN="op://Environment Variables - Naomi/Amari/bot token"
|
|
GH_CLIENT_ID="op://Environment Variables - Naomi/Amari/gh client id"
|
|
GH_CLIENT_SECRET="op://Environment Variables - Naomi/Amari/gh client secret"
|
|
GH_PRIVATE_KEY="op://Environment Variables - Naomi/Amari/gh private key"
|
|
GH_WEBHOOK_SECRET="op://Environment Variables - Naomi/Amari/gh webhook secret"
|
|
BASEROW_SECRET="op://Environment Variables - Naomi/Amari/baserow hook auth"
|
|
BASEROW_TOKEN="op://Environment Variables - Naomi/Amari/baserow token"
|
|
RA_KEY="op://Environment Variables - Naomi/Amari/retroachievements key"
|
|
LEANTIME_KEY="op://Environment Variables - Naomi/Amari/leantime key"
|
|
GITEA_KEY="op://Environment Variables - Naomi/Amari/gitea key"
|
|
ASANA_KEY="op://Environment Variables - Naomi/Amari/asana key"
|
|
ANTHROPIC_KEY="op://Environment Variables - Naomi/Hikari/anthropic_key" |