tree: 25c0e7e8d65f1a38afc0ad7bb2fd41b21d7ff255 [path history] [tgz]
  1. go.mod
  2. go.sum
  3. README.md
  4. wikiwebhook.go
  5. wikiwebhook_test.go
cloudfns/wikiwebhook/README.md

wikiwebhook Cloud Function

gcloud functions deploy GitHubWikiChangeWebHook \
  --project=symbolic-datum-552 \
  --runtime go111 \
  --trigger-http \
  --set-env-vars=PUBSUB_TOPIC=github.webhooks.golang.go.wiki,GITHUB_WEBHOOK_SECRET=<github webhook secret>