From 39eeca5e9df51b57a61fde2a087ec489dc0e615f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Puczy=C5=84ski?= Date: Mon, 16 Sep 2019 14:04:12 +0200 Subject: [PATCH] Update env var in travis.yml (#14) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7efdf1..6dc2f2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,11 +15,11 @@ script: deploy: provider: releases - api_key: $GITHUB_TOKEN + api_key: $GH_TOKEN file: - api-converter.darwin.amd64 - api-converter.linux.amd64 - api-converter.windows.amd64.exe skip_cleanup: true on: - tags: true \ No newline at end of file + tags: true