feat: add github authentication for agent work orders pr creation

This commit is contained in:
Rasmus Widing
2025-10-23 12:57:12 +03:00
parent f14157a1b6
commit b1a5c06844
5 changed files with 56 additions and 1 deletions

View File

@@ -175,6 +175,7 @@ services:
- AGENT_WORK_ORDERS_PORT=${AGENT_WORK_ORDERS_PORT:-8053}
- CLAUDE_CLI_PATH=${CLAUDE_CLI_PATH:-claude}
- GH_CLI_PATH=${GH_CLI_PATH:-gh}
- GH_TOKEN=${GITHUB_PAT_TOKEN}
networks:
- app-network
volumes: