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
feature: #90 allow users to specify a github token (#96)
* feat(templates): improve error message when github rate limited
* feat(templates): add option to specify github auth token
users pulling templates from github can bypass rate limit by specifying a
TWILIO_SERVERLESS_GITHUB_TOKEN in their environment
fix#90
* feat(templates): removed possibility to specify github token in env file
fix#90
We are sorry but we failed fetching the requested template from GitHub because your IP address has been rate limited. Please try the following to resolve the issue:
117
+
118
+
- Change your WiFi or make sure you are not connected to a VPN that might cause the rate limiting
119
+
120
+
121
+
If the issue persists you can try one of the two options:
122
+
123
+
- Get a GitHub developer token following https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line (no permissions needed) and add it as TWILIO_SERVERLESS_GITHUB_TOKEN to your environment variables
124
+
125
+
- Wait for a few minutes up to an hour and try again.
0 commit comments