edisonlabs/SNS Publish Workflow Status
Publish Workflow run conclusion to SNS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| INITIAL_JOB | Used to send a "started" status as initial notification. | — | false |
| GITHUB_CONTEXT | GitHub context object. | yes | ${{ toJson(github) }} |
| TOPIC_ARN | ARN for the SNS topic. | yes | — |
| AWS_REGION | AWS SNS region. Can be stored in environment. | yes | — |
| AWS_ACCESS_KEY_ID | AWS access key ID. Can be stored in environment. | yes | — |
| AWS_SECRET_ACCESS_KEY | AWS secret access key. Can be stored in environment. | yes | — |
Outputs
| name | description |
|---|---|
| MESSAGE_ID | ID of the SNS message sent. |