mirror of
https://github.com/Luzifer/repo-template.git
synced 2024-11-13 01:42:42 +00:00
15 lines
297 B
YAML
15 lines
297 B
YAML
|
# Copyright 2017 The go-github AUTHORS. All rights reserved.
|
||
|
#
|
||
|
# Use of this source code is governed by a BSD-style
|
||
|
# license that can be found in the LICENSE file.
|
||
|
|
||
|
runtime: go
|
||
|
api_version: go1
|
||
|
|
||
|
handlers:
|
||
|
- url: /.*
|
||
|
script: _go_app
|
||
|
|
||
|
env_variables:
|
||
|
GITHUB_AUTH_TOKEN: "-your-auth-token-here-"
|