From 9ddfa83758b6c57116a5e9f3a2d0ca72bf92de63 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Wed, 11 Dec 2019 18:11:18 +0530 Subject: [PATCH] chore: update env in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 309713f3..ab1019f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ jobs: deploy: provider: releases - api_key: $PAT + api_key: $GITHUB_TOKEN skip_cleanup: true file: arc-linux.zip draft: true