From 4a62ca15be595c521f3313c20dd9d4c415970d6e Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 26 Apr 2020 04:41:59 +0200 Subject: Travis CI: deploy: key github-token is an alias for token, using token --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3da74f2..8d9fe43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ notifications: deploy: - provider: pages edge: true - github-token: $GITHUB_TOKEN + token: $GITHUB_TOKEN keep_history: false committer_from_gh: true target_branch: gh-pages -- cgit v1.2.1