From a78ac95d385dd492a8a028f0b7805709175f990d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Nogueira=20de=20Lucena?= Date: Sat, 21 Mar 2020 18:16:42 -0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 347e4a0..199b011 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ script: deploy: provider: releases - api_key: "GITHUB OAUTH TOKEN" + api_key: "$GITHUB_OAUTH" file: "target/cid-aws-1.0.0-SNAPSHOT-runner" skip_cleanup: true on: