diff options
author | 2025-07-10 13:38:57 +0100 | |
---|---|---|
committer | 2025-07-10 13:45:55 +0100 | |
commit | 947b45d6dc353a0220a271119a857d24adb38b9f (patch) | |
tree | c2ed5f7a51238824421640376af689778e883e0e | |
parent | Remove GitHub-Grafana team sync cog (diff) |
Update envvar documentation to reflect removed GitHub-Grafana team sync
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,10 +25,10 @@ These environment variables are required to work on the relevant cog. | Environment | Relevant cog | Description | Required/Default | | ------------------------------------- | --------------------- | ------------------------------------------------------------------------- | ------------------------- | | KING_ARTHUR_CLOUDFLARE_TOKEN | Zones | A token for the Cloudflare API used for the Cloudflare commands in Arthur | Required | -| KING_ARTHUR_GITHUB_ORG | GrafanaGitHubTeamSync | The github organisation to fetch teams from | python-discord | -| KING_ARTHUR_GITHUB_TOKEN | GrafanaGitHubTeamSync | The github token used to fetch teams to populate grafana | Required | -| KING_ARTHUR_GRAFANA_URL | GrafanaGitHubTeamSync | The URL to the grafana instance to manage teams | https://grafana.pydis.wtf | -| KING_ARTHUR_GRAFANA_TOKEN | GrafanaGitHubTeamSync | The grafana token used to sync teams with github | Required | +| KING_ARTHUR_GITHUB_ORG | GitHubManagement | The github organisation to fetch teams from | python-discord | +| KING_ARTHUR_GITHUB_TOKEN | GitHubManagement | The github token used to manage the GitHub organisation | Required | +| KING_ARTHUR_GRAFANA_URL | GrafanaLDAPTeamSync | The URL to the grafana instance to manage teams | https://grafana.pydis.wtf | +| KING_ARTHUR_GRAFANA_TOKEN | GrafanaLDAPTeamSync | The grafana token used to sync teams with LDAP | Required | | KING_ARTHUR_YOUTUBE_API_KEY | Motivation | The YouTube API key to fetch missions with | Required | ### LDAP & Directory integrations |