...

Text file src/github.com/google/go-github/v33/example/appengine/app.yaml

Documentation: github.com/google/go-github/v33/example/appengine

     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
     6runtime: go
     7api_version: go1
     8
     9handlers:
    10- url: /.*
    11  script: _go_app
    12
    13env_variables:
    14  GITHUB_AUTH_TOKEN: "-your-auth-token-here-"

View as plain text