-
Notifications
You must be signed in to change notification settings - Fork 64
feature: #90 allow users to specify a github token #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
users pulling templates from github can bypass rate limit by specifying a TWILIO_SERVERLESS_GITHUB_TOKEN in their environment fix twilio-labs#90
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @badsketch thanks for the PR and sorry for the super long delay on this. The last two months have been quite the roller-coaster for me :) but I'll try to be on top of things again. I left a few comments. If you could address those I'm happy to merge this :)
@dkundel No worries I understand! Thanks for taking the time to offer thoughtful comments. I'll address these issues. Cheers 🎉 |
Congratulations on your first contribution to the Serverless Toolkit! |
🚀 This PR has been merged! Once a new release is created, any changes will become available on npm. Until then, you can load and install it directly from the Pika CDN:
|
Adds #90 functionality by allowing the user to circumvent rate limiting with an auth token specified in their environment.
First time contributing to a CLI, so looking for suggestions on improvement. 🙂
Contributing to Twilio