From 5134f6e2433a03d7f88596ea34eb2700f11f5353 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 15 Jan 2015 10:57:16 -0500 Subject: [PATCH] github API key --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 861c818c8..b7cf564e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,10 @@ script: ./tools/make-${BROWSER}.sh all deploy: provider: releases api_key: - secure: TODO: your key here! + secure: BCCzIkUFHKotFPABHqPHHyPP8O6ZTPmtt6Ja/JltfO9XBwf6pk9jRiNuRmx5AeETGE2BpojvfqW622q9lCOpgtBit6xkHQC/r2NKt35qMBIPgGCb7GUr5KK7lHNTVOviK9gsOuxcVTeYw3w+zmGLUTpjieELgn4tyz9E8DcOeHE= file: dist/build/uBlock.${BROWSER}.${EXT} skip_cleanup: true on: repo: gorhill/uBlock tags: true - all_branches: true + all_branches: true \ No newline at end of file