You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,11 +202,10 @@ To make this one work, you need to add this keys to our .env file :
202
202
203
203
```bash
204
204
GITHUB_REPOSITORY=user/name-of-the-repo
205
-
GITHUB_TOKEN=
205
+
GITHUB_TOKEN=# Recommended but not compulsory for all repos, required for private repos
206
206
GITHUB_CACHE_TTL= # in seconds, 3600 by default
207
207
```
208
-
209
-
You can generate a token [here](https://github.com/settings/personal-access-tokens). The token need to have at least the `read-only` permission on the "Contents" scope in Repository permissions.
208
+
If needed, you can generate a token [here](https://github.com/settings/personal-access-tokens). The token need to have at least the `read-only` permission on the "Contents" scope in Repository permissions.
0 commit comments