Commit 93edf83
authored
ci(deploy): install SKILLS_GITHUB_TOKEN as GITHUB_TOKEN in the backend .env (#160)
The gateway's SKILL.md backfill (skill_content.py) calls the GitHub API
unauthenticated from one EC2 IP — 60 req/hr shared across every user. Write
the SKILLS_GITHUB_TOKEN secret into the host .env on deploy (replace-on-
deploy, so rotating the secret rotates the host; skipped when unset). The
Convex-side skill imports get the same token via the Convex env directly.
(cherry picked from commit b6b74a5)1 parent 581afce commit 93edf83
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
83 | 90 | | |
84 | 91 | | |
85 | 92 | | |
| |||
0 commit comments