Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvicio committed Mar 5, 2020
1 parent 33b945b commit c1a40f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Send an SMS from GitHub Actions.

```yml
- name: "Sending SMS Notification"
uses: twilio-labs/actions-sms@v1
uses: rafaelvicio/sns-sms@1.0.1
with:
FROM_PHONE_NUMBER: "+5561123456789"
SMS_TEXT_CONTENT: "Hello from AWS SNS"
Expand Down Expand Up @@ -43,15 +43,15 @@ A AWS Region. Can alternatively be stored in environment

A AWS Access Key ID. Can alternatively be stored in environment

### `TWILIO_API_SECRET`
### `AWS_SECRET_ACCESS_KEY`

A Twilio API Secret. Can alternatively be stored in environment
A AWS Secret Access Key. Can alternatively be stored in environment

## Outputs

### `messageSid`
### `MessageId`

The SID of the [message resource](https://www.twilio.com/docs/sms/api/message-resource#message-properties) associated with the SMS sent.
The SID of the [message resource](https://docs.aws.amazon.com/pt_br/sns/latest/dg/sns-msg-status.html) associated with the SMS sent.

## Contributing

Expand Down

0 comments on commit c1a40f6

Please sign in to comment.