actions-marketplace-validations/AWS SNS - Publish Topic w/ SessionToken
Send a SNS Topic via GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 27, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/smurphnturf_publish-sns-topic@1d764b4dfcb928d30942984bb512cb45a74870d5 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| MESSAGE | The message you want to send | yes | — |
| TOPIC_ARN | The topic arn you are sending | yes | — |
| AWS_REGION | A AWSN SNS Region. Can alternatively be stored in environment | yes | — |
| AWS_ACCESS_KEY_ID | A AWS SNS Key. Can alternatively be stored in environment | yes | — |
| AWS_SECRET_ACCESS_KEY | A AWS SNS Secret. Can alternatively be stored in environment | yes | — |
Outputs
| name | description |
|---|---|
| messageID | The AWS SNS Message ID |