Skip to content

Commit

Permalink
clarify yml paths in server-secrets docs (#10106)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed May 6, 2024
1 parent 5b8d6bd commit f562fe7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/server-secrets.md
Expand Up @@ -114,7 +114,7 @@ generated API key.

Using a token for Discord is optional but will allow higher API rates.

- `DISCORD_BOT_TOKEN` (yml: `discord_bot_token`)
- `DISCORD_BOT_TOKEN` (yml: `private.discord_bot_token`)

Register an application in the [Discord developer console](https://discord.com/developers).
To obtain a token, simply create a bot for your application.
Expand Down Expand Up @@ -269,15 +269,15 @@ of a package.

### OpenCollective

- `OPENCOLLECTIVE_TOKEN` (yml: `opencollective_token`)
- `OPENCOLLECTIVE_TOKEN` (yml: `private.opencollective_token`)

OpenCollective's GraphQL API only allows 10 reqs/minute for anonymous users.
An [API token](https://graphql-docs-v2.opencollective.com/access)
can be provided to access a higher rate limit of 100 reqs/minute.

### Pepy

- `PEPY_KEY` (yml: `pepy_key`)
- `PEPY_KEY` (yml: `private.pepy_key`)

The Pepy API requires authentication. To obtain a key,
Create an account, sign in and obtain generate a key on your
Expand Down Expand Up @@ -330,8 +330,8 @@ access to your private nexus repositories.

### Twitch

- `TWITCH_CLIENT_ID` (yml: `twitch_client_id`)
- `TWITCH_CLIENT_SECRET` (yml: `twitch_client_secret`)
- `TWITCH_CLIENT_ID` (yml: `private.twitch_client_id`)
- `TWITCH_CLIENT_SECRET` (yml: `private.twitch_client_secret`)

Register an application in the [Twitch developer console](https://dev.twitch.tv/console)
in order to obtain a client id and a client secret for making Twitch API calls.
Expand Down

0 comments on commit f562fe7

Please sign in to comment.