Browse Source

Update travis github key syntax

pull/208/head 1.8.0
Ho Man Chan 5 years ago
parent
commit
c305e68865
  1. 3
      .travis.yml

3
.travis.yml

@ -53,8 +53,7 @@ before_deploy:
deploy:
provider: releases
skip_cleanup: true
api_key:
secure: $GITHUB_ACCESS_TOKEN
api_key: $GITHUB_ACCESS_TOKEN
file: pressbooks-aldine-$TRAVIS_TAG.zip
on:
tags: true

Loading…
Cancel
Save