diff options
author | Pablo Barciela <[email protected]> | 2020-04-26 04:41:59 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-26 04:51:51 +0200 |
commit | 4a62ca15be595c521f3313c20dd9d4c415970d6e (patch) | |
tree | 6a1038d9978236765c42418c6f612660c3c308d5 | |
parent | 3ea38352770686fe9a90931630f5d6802b32c945 (diff) | |
download | mate-session-manager-4a62ca15be595c521f3313c20dd9d4c415970d6e.tar.bz2 mate-session-manager-4a62ca15be595c521f3313c20dd9d4c415970d6e.tar.xz |
Travis CI: deploy: key github-token is an alias for token, using token
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |