rust-lang-deprecated / error-chain

Error boilerplate for Rust
Apache License 2.0
730 stars 111 forks source link

Fix master doc upload #232

Open Yamakaky opened 7 years ago

Yamakaky commented 7 years ago

https://github.com/rust-lang-nursery/error-chain/blob/master/.travis.yml#L36 @alexcrichton Or remove the gh-pages handling

alexcrichton commented 7 years ago

This can be fixed with

$ travis encrypt
GH_TOKEN=...

and then pasting the output in the config

Yamakaky commented 7 years ago

I don't have access to this repo's config page ^^

alexcrichton commented 7 years ago

I think you have write access, right? That's all you need and you'd just generate a token for yourself.