Fix appveyor github token.

This commit is contained in:
Eric Huss 2019-05-16 13:19:39 -07:00
parent 8e82ae534a
commit 644b8e132c
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