From ff57f95755f2dc734eee2df67d5506c8d9918633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B2=B3?= Date: Mon, 2 Dec 2019 21:01:47 +0800 Subject: [PATCH 1/2] update travis.yom --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8c71139..05be062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ before_deploy: deploy: provider: releases + api_key: $GH_TOKEN skip_cleanup: true file: - server_linux_amd64.zip From 8a351397427461eb24bedf6c38839b31cf0b4cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B2=B3?= Date: Mon, 2 Dec 2019 21:11:47 +0800 Subject: [PATCH 2/2] update travis.yom --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05be062..da4339f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_deploy: deploy: provider: releases - api_key: $GH_TOKEN + api_key: ${TOKEN} skip_cleanup: true file: - server_linux_amd64.zip