Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Sample Cloud Function that handles a GitHub Check.

Notifications You must be signed in to change notification settings

CloudVLab/github-app-check-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-app-check-example

A template for a simple GitHub app that responds to webhooks and is implemented using Cloud Function.

Deploying

gcloud functions deploy github-check-hello-world \
  --entry-point checkHandler \
  --runtime nodejs8 \
  --trigger-http \
  --env-vars-file .env

About

Sample Cloud Function that handles a GitHub Check.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published