Fix appveyor github token.
This commit is contained in:
parent
8e82ae534a
commit
644b8e132c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue