Error creating GitHub release: Provider setting not found. Parameter name: auth_token

时间:2015-10-30 21:44:08

标签: github-api appveyor

So I decided to try to deploy my app using appveyor and github. I followed instructions from the page:

I basically went to:

click on Generate new token, I called it appveyor (under Token description). I selected only public_repo from the Select scopes section. Then copy paste the string (sha1?). Then went to my appveyor page:

Copy/paste my github sha1 string, got another sha1 string in return, copy/pasted this string onto my appveyor YAML script:

But when I run it, I get a weird error saying:

Error creating GitHub release: Provider setting not found. Parameter name: auth_token

See:

What did I missed from the instructions ?

1 个答案:

答案 0 :(得分:2)

您是否尝试从包含安全令牌的行中删除# your encrypted token from GitHub条评论?