blob: eabae2c88dbda73e8bb62bf2332fefa09c0dd26d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# King Arthur
Deployment file for @King Arthur, our DevOps helper bot.
## Secrets
This deployment expects a number of secrets and environment variables to exist in a secret called `king-arthur-env`.
| Environment | Description |
| ---------------------------- | ------------------------------------------------------------------------- |
| KING_ARTHUR_TOKEN | The token to authorize with Discord |
| KING_ARTHUR_NOTION_API_TOKEN | The API token to the notion API |
| KING_ARTHUR_CLOUDFLARE_TOKEN | A token for the Cloudflare API used for the Cloudflare commands in Arthur |
| KING_ARTHUR_GITHUB_TOKEN | The github token used to fetch teams to populate grafana |
| KING_ARTHUR_SENTRY_DSN | Where to send sentry alerts |
| KING_ARTHUR_YOUTUBE_API_KEY | The YouTube API key to fetch missions with |
|