Merge pull request #924 from ehuss/fix-appveyor-token
Fix appveyor github token.
This commit is contained in:
commit
e7befd19bc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue