aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNeel Gala <neelgala@gmail.com>2020-03-26 22:07:47 +0530
committerGitHub <noreply@github.com>2020-03-26 22:07:47 +0530
commitaf69f7929919db4e8dc7622450e2da8267173581 (patch)
tree45022c8744e1e9491de19caee97df6ab51bc6b61 /.travis.yml
parent1e3f691566cce0c6ceda1b7d098a1c5baed8ec2f (diff)
downloadriscv-isa-manual-af69f7929919db4e8dc7622450e2da8267173581.zip
riscv-isa-manual-af69f7929919db4e8dc7622450e2da8267173581.tar.gz
riscv-isa-manual-af69f7929919db4e8dc7622450e2da8267173581.tar.bz2
fixing api_key format
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a3dc6f0..81b6367 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,7 @@ before_deploy:
deploy:
provider: releases
edge: true
- api_key:
- secure: $github_access_token
+ api_key: $github_access_token
file_glob: true
file: build/*.pdf
cleanup: true