Skip to content

Commit

Permalink
Add GitHub keys for Travis and AppVeyor deploy GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Dec 26, 2020
1 parent 41f4d40 commit 00bf11a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ deploy:
description: 'v$(appveyor_build_version)'
provider: GitHub
auth_token:
secure: <your encrypted token>
secure: IV3NKl1invi15i+slqXGMqn6j6yk4JZYIP6+5fDjbWTJhKze4cCXPKD3+jm5B/Zm
artifact: '$(RELEASE_ZIPBALL).zip'
draft: false
prerelease: true
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ before_deploy:

deploy:
provider: releases
auth_token:
secure: <your encrypted token>
api_key:
secure: "k/GzEf1hM424VqbIE2qSaGA7D5DsITF5l5G2s2VEwGqrb7qThWFTFXmM72u+B7CITkabUu6CwPh7lMgVr/IrZhjOVkxv99qyOkN87v8MR+rx5A6o7R5h/NrqiBQMDVNt2TAFO78ADxj0ek2bCR5UZxHpnWhz5R6YVYC14bUmscNaxtxiQMPtdudcM7SRiZCBZ3DwMylKKdqWdnvBjKj4ZJo/AwTNa0dVnv0Vn5rWONc8T3Rh3bMIHIsf0Hxq7BxNwpBMyG1EX/2q6z899X9D7SIXCItYnEkCxB5WSOqpCh5pl+1FvCllxzXSuRUrCPl5buqwDauF/oJqSXaGHhSt5/P3ez7axzHFnGiKMoc9H71pzxdCjrftiHmHjvK1NI52l9yTr1hR/MuDGWelC+NWVJjm336owND9wq1l+VfeFx4e7DhaSD47fXCj+zQpZ9+j5qnnj0EWCssVPt1MB+cpEZ0k/1UgIqE+Qgr6WO66kvsOQWYMARQu7/f3qVNarXpJ4pjbs140tSeKlPRDXHb7xtLsy8ulMqpyhEPKApnSk4r0QCH7XMd6NY+SCiFOwfJjaz8F4EDHBjZkH/cuSumL9IoSkkiwwH2daV8kgE8jNus4gGAZWbAtR5W3rMOlCVrIRIBQ4uZs6nDogzfyWGPPHriUX3LLTcx60zMrX8JdN8Y="
file: "$RELEASE_PACKAGE"
skip_cleanup: true
name: "$TRAVIS_TAG"
prerelease: true
prerelease: false
on:
tags: true

0 comments on commit 00bf11a

Please sign in to comment.