Skip to content

Commit f562fe7

Browse files
authored
clarify yml paths in server-secrets docs (#10106)
1 parent 5b8d6bd commit f562fe7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: doc/server-secrets.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ generated API key.
114114

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

117-
- `DISCORD_BOT_TOKEN` (yml: `discord_bot_token`)
117+
- `DISCORD_BOT_TOKEN` (yml: `private.discord_bot_token`)
118118

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

270270
### OpenCollective
271271

272-
- `OPENCOLLECTIVE_TOKEN` (yml: `opencollective_token`)
272+
- `OPENCOLLECTIVE_TOKEN` (yml: `private.opencollective_token`)
273273

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

278278
### Pepy
279279

280-
- `PEPY_KEY` (yml: `pepy_key`)
280+
- `PEPY_KEY` (yml: `private.pepy_key`)
281281

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

331331
### Twitch
332332

333-
- `TWITCH_CLIENT_ID` (yml: `twitch_client_id`)
334-
- `TWITCH_CLIENT_SECRET` (yml: `twitch_client_secret`)
333+
- `TWITCH_CLIENT_ID` (yml: `private.twitch_client_id`)
334+
- `TWITCH_CLIENT_SECRET` (yml: `private.twitch_client_secret`)
335335

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

0 commit comments

Comments
 (0)