tree: 8e4dfdc56915c3607f11296d237ab19abe77fb02 [path history] [tgz]
  1. go.mod
  2. go.sum
  3. issueswebhook.go
  4. issueswebhook_test.go
  5. README.md
cloudfns/issueswebhook/README.md

issueswebhook Cloud Function

gcloud functions deploy GitHubIssueChangeWebHook \
  --project=symbolic-datum-552 \
  --runtime go112 \
  --trigger-http \
  --set-env-vars=GCS_BUCKET=<bucket name>,GITHUB_WEBHOOK_SECRET=<github webhook secret>