From 02b4949a4bd055de233260cf4ecd5876b1a97a64 Mon Sep 17 00:00:00 2001 From: Michail Plushnikov Date: Sun, 1 Mar 2020 21:26:05 +0100 Subject: [PATCH 1/2] change travis key --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f06a9fda0..f74c95c11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ notifications: deploy: provider: releases api_key: - secure: "${GITHUB_KEY}" + secure: ${GITHUB_KEY} skip_cleanup: true file_glob: true file: "build/distributions/lombok-plugin-*.zip" From 37d86fac5eaa8e356579e1759616931035e0f072 Mon Sep 17 00:00:00 2001 From: Michail Plushnikov Date: Sun, 1 Mar 2020 21:45:54 +0100 Subject: [PATCH 2/2] change travis key again --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f74c95c11..052305585 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,7 @@ notifications: deploy: provider: releases - api_key: - secure: ${GITHUB_KEY} + api_key: ${GITHUB_KEY} skip_cleanup: true file_glob: true file: "build/distributions/lombok-plugin-*.zip"