tree: 42c3e5da696d60c656662aa45dee75170df6ed06 [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 go113 \
  --trigger-http \
  --set-env-vars=GCS_BUCKET=<bucket name>,GITHUB_WEBHOOK_SECRET=<github webhook secret>