Skip to content

Commit

Permalink
update deploy token
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed Jul 21, 2021
1 parent a486e3f commit beac4a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ before_deploy:
deploy:
provider: releases
skip_cleanup: true
api_key:
secure: $GH_TOKEN
api_key: $GH_TOKEN
file:
- build-$TRAVIS_OS_NAME.zip
on:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ after_test:
deploy:
provider: GitHub
auth_token:
secure: 6eX2olaIxe4TsfETod+SYOyDsIKwmDivjirb7RPvl/Zd4zYW3dzGr4MieJ2BP89P # your encrypted token from GitHub
secure: dSaK+GaXURrAcZoxypp7VRGj7JLzSdBvQLkOZh5tAAn4wyyCMzaH4DqXgrLtAy1h
artifact: build-windows.zip
prerelease: true
force_update: true
Expand Down

0 comments on commit beac4a3

Please sign in to comment.