Merge pull request #924 from ehuss/fix-appveyor-token

Fix appveyor github token.
This commit is contained in:
Eric Huss 2019-05-16 13:20:42 -07:00 committed by GitHub
commit e7befd19bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ before_deploy:
deploy:
description: 'Windows release'
artifact: /.*\.zip/
auth_token:
secure: $(GITHUB_TOKEN)
auth_token: $(GITHUB_TOKEN)
provider: GitHub
on:
RUST_CHANNEL: stable