From b5e2dd49d2425455d3ff5c31779e96c2caa9db61 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 23 Jul 2020 12:04:25 +0200 Subject: [PATCH] Fixing some github deployment problems (take 2) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index af50febe..99c240d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,6 +81,7 @@ jobs: - php build/moodle-plugin-ci.phar list deploy: provider: releases + api_key: $GITHUB_TOKEN file: build/moodle-plugin-ci.phar cleanup: false on: