From 7670b36ea330eca4f59bcadc2254f9acbd327799 Mon Sep 17 00:00:00 2001 From: Sven Thiele Date: Wed, 11 Mar 2020 21:10:15 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c78a3ea..98719a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ before_deploy: deploy: provider: releases api_key: - secure: "$IGGY_GITHUB_DEPLOY_OAUTH_TOKEN" + secure: $IGGY_GITHUB_DEPLOY_OAUTH_TOKEN file: ${PACKAGE} skip_cleanup: true on: