Skip to content

Instantly share code, notes, and snippets.

@ijin
Created August 11, 2015 17:05
Show Gist options
  • Save ijin/c530abe51d69307618bb to your computer and use it in GitHub Desktop.
Save ijin/c530abe51d69307618bb to your computer and use it in GitHub Desktop.
github_sns_hook.json
{
"name": "amazonsns",
"events": [
"push"
],
"supported_events": [
"commit_comment",
"create",
"delete",
"deployment",
"deployment_status",
"download",
"follow",
"fork",
"fork_apply",
"gist",
"gollum",
"issue_comment",
"issues",
"member",
"public",
"pull_request",
"pull_request_review_comment",
"push",
"release",
"status",
"team_add",
"watch"
],
"title": "AmazonSNS",
"schema": [
[
"string",
"aws_key"
],
[
"string",
"sns_topic"
],
[
"string",
"sns_region"
],
[
"password",
"aws_secret"
]
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment