-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update action.yml with Auth Token #73
Conversation
removed api key and api token and replaced with auth token
@bnb Can you review this PR? |
fromPhoneNumber: | ||
FROM_PHONE_NUMBER: | ||
description: 'Phone number in your Twilio account to send the SMS from' | ||
required: true | ||
toPhoneNumber: | ||
TO_PHONE_NUMBER: |
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.
you should check the README PR since I think it refers to fromPhoneNumber
and toPhoneNumber
.
action.yml
Outdated
TWILIO_AUTH_TOKEN: | ||
description: 'A Twilio Auth Token. Can alternatively be stored in environment' |
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.
We should remove Can alternatively be stored in environment
from all of these because it's... obvious/how it works.
Should also be merged with #72 |
@sbrij001 It looks like this can now be merged in |
removed api key and api token and replaced with auth token
Contributing to Twilio