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: deploy:
description: 'Windows release' description: 'Windows release'
artifact: /.*\.zip/ artifact: /.*\.zip/
auth_token: auth_token: $(GITHUB_TOKEN)
secure: $(GITHUB_TOKEN)
provider: GitHub provider: GitHub
on: on:
RUST_CHANNEL: stable RUST_CHANNEL: stable