Search code examples
github-apiappveyor

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


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 ?


Solution

  • Have you tried removing # your encrypted token from GitHub comment from a line with secure token?