@@ -114,7 +114,7 @@ generated API key.
114
114
115
115
Using a token for Discord is optional but will allow higher API rates.
116
116
117
- - `DISCORD_BOT_TOKEN` (yml : ` discord_bot_token` )
117
+ - `DISCORD_BOT_TOKEN` (yml : ` private. discord_bot_token` )
118
118
119
119
Register an application in the [Discord developer console](https://discord.com/developers).
120
120
To obtain a token, simply create a bot for your application.
@@ -269,15 +269,15 @@ of a package.
269
269
270
270
# ## OpenCollective
271
271
272
- - `OPENCOLLECTIVE_TOKEN` (yml : ` opencollective_token` )
272
+ - `OPENCOLLECTIVE_TOKEN` (yml : ` private. opencollective_token` )
273
273
274
274
OpenCollective's GraphQL API only allows 10 reqs/minute for anonymous users.
275
275
An [API token](https://graphql-docs-v2.opencollective.com/access)
276
276
can be provided to access a higher rate limit of 100 reqs/minute.
277
277
278
278
# ## Pepy
279
279
280
- - `PEPY_KEY` (yml : ` pepy_key` )
280
+ - `PEPY_KEY` (yml : ` private. pepy_key` )
281
281
282
282
The Pepy API requires authentication. To obtain a key,
283
283
Create an account, sign in and obtain generate a key on your
@@ -330,8 +330,8 @@ access to your private nexus repositories.
330
330
331
331
# ## Twitch
332
332
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` )
335
335
336
336
Register an application in the [Twitch developer console](https://dev.twitch.tv/console)
337
337
in order to obtain a client id and a client secret for making Twitch API calls.
0 commit comments