From 91748681dce75c7e33cb2620e9b9914ac48c2447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 20 Aug 2019 15:26:59 +0300 Subject: [PATCH] travis: regenerated api key using travis secrets --- .travis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08fd79f..9eb857e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,11 +35,16 @@ before_script: | script: - make phar -# https://docs.travis-ci.com/user/deployment/releases deploy: provider: releases - api_key: - secure: x3bCH29HQm6R/NLnLbjh63B9W9oIWzMNg3R8LdBVj8mFwyjNePKJ13jmXiX4OdrGk9qofr0F5RM4nw18vHt44IXXX5rCaTpky53PWjrWNYhwKhhuThZKMctTlcTlptT3FKr6Gln2y9qYMEGDAQmZ/w6dv7YMelp2d1P64XSyxOY= + # https://docs.travis-ci.com/user/deployment/releases/ + # Create token with privilege in https://github.com/settings/tokens and set as env var. + # It must have the public_repo or repo scope to upload assets + # $ travis env set -p GITHUB_API_TOKEN abcdefabcdefabcdef + # or via https://travis-ci.org/eventum/scm/settings + # or automate all with: + # $ travis setup releases + api_key: $GITHUB_API_TOKEN file: - eventum-cvs-hook.phar - eventum-git-hook.phar