Skip to content

Commit

Permalink
Add auth_token to GitHub deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCline committed Jun 3, 2017
1 parent 5014e19 commit 590e005
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ artifacts:
# Deploy build artifacts to GitHub Releases
deploy:
- provider: GitHub
release: PyExt-v$(appveyor_build_version)
description: 'AppVeyor deploy of PyExt v$(appveyor_build_version)'
auth_token:
secure: FLeKshd/j9QXbwrM1rCA+tNGkFz8DnN/2Xr/m66oHzv2Qzm9GMb4Bj5UT4GNC5IQ
artifact: PyExt.zip
draft: true
prerelease: true
Expand Down

0 comments on commit 590e005

Please sign in to comment.