From b0008463c5a2966f01391c971d7d1747838dc332 Mon Sep 17 00:00:00 2001 From: bbimber Date: Mon, 19 Jun 2017 12:24:58 -0700 Subject: [PATCH] Update .travis.yml Second attempt to add github token from environment --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index caab035bf9..ede9bff7d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,7 @@ before_deploy: deploy: provider: releases - api_key: - secure: ${GH_TOKEN} + api_key: ${GH_TOKEN} file: - target/VariantQC-${TRAVIS_TAG}.jar skip_cleanup: true