Skip to content

Commit

Permalink
ODROID-N2: fix '401 - Bad credential' error for Travis-CI
Browse files Browse the repository at this point in the history
Change-Id: I4f4ca146eb905d1fc0f56eac6dfc8c4477b5e80c
Signed-off-by: Dongjin Kim <[email protected]>
  • Loading branch information
tobetter committed Mar 18, 2020
1 parent cac2c93 commit ca5bdd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ before_deploy:

deploy:
provider: releases
api_key:
secure: ${PRIVATE_ACCESS_TOKEN}
api_key: ${PRIVATE_ACCESS_TOKEN}
file_glob: true
file: u-boot-${RELEASE_VERSION}.tar.gz
skip_cleanup: true
Expand Down

0 comments on commit ca5bdd0

Please sign in to comment.