Open training3 opened 6 years ago
$ root@localhost testing_pipeline]# gothub release --user training3 --repo testing_pipeline --tag v66 --name "the source street" --description "please work now" --pre-release
It is returning 404 error: error: github returned 404 Not Found
Am I missing something here? I have exported GITHUB_TOKEN and verified.
Just had the same problem, in my case the solution was to activate repo scope for the token.
$ root@localhost testing_pipeline]# gothub release --user training3 --repo testing_pipeline --tag v66 --name "the source street" --description "please work now" --pre-release
It is returning 404 error: error: github returned 404 Not Found
Am I missing something here? I have exported GITHUB_TOKEN and verified.