Skip to content

Commit

Permalink
update token for appveyor auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
detonin committed Apr 2, 2019
1 parent 8b9a89b commit 5709632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -32,9 +32,9 @@ deploy:
description: 'OpenJPEG $(appveyor_repo_tag_name) has been released. More info [here](https://github.com/uclouvain/openjpeg/blob/$(appveyor_repo_tag_name)/NEWS) and a detailed view [here](https://github.com/uclouvain/openjpeg/blob/$(appveyor_repo_tag_name)/CHANGES).'
provider: GitHub
auth_token:
secure: Huk03f1heCD/HMyA+4ZeVmICdmKn9rPxK5p8/KxzgL+FtJDHlqcllcCrtN9bDxRH # your encrypted token from GitHub
secure: XUL+IoRRw8U/4tupa/fMpinxurft7WRQHZiWHMLO5iuFbwZ+C3vCjVVVM+5Ebky7 # your encrypted token from GitHub
artifact: /.*\.zip/ # upload all zip packages to release assets
draft: false
draft: true
prerelease: false
on:
appveyor_repo_tag: true # deploy on tag push only
Expand Down

0 comments on commit 5709632

Please sign in to comment.