github.com/google/go-github/v33@v33.0.0/example/appengine/app.yaml (about) 1 # Copyright 2017 The go-github AUTHORS. All rights reserved. 2 # 3 # Use of this source code is governed by a BSD-style 4 # license that can be found in the LICENSE file. 5 6 runtime: go 7 api_version: go1 8 9 handlers: 10 - url: /.* 11 script: _go_app 12 13 env_variables: 14 GITHUB_AUTH_TOKEN: "-your-auth-token-here-"