szaghi / FLAP

Fortran command Line Arguments Parser for poor people
151 stars 34 forks source link

GH_TOKEN secure variable needs to be added to travis-ci #47

Closed zbeekman closed 9 years ago

zbeekman commented 9 years ago

Hi Stefano, as I mentioned in #45, I think you still need to add a private/secure variable through the Travis-CI repository settings containing a working GH token. See #45 for instructions on how to do this. As you can see in the latest build the GH_TOKEN variable appears to be evaluating to the null string, preventing the deployment of the FORD documentation

szaghi commented 9 years ago

Sure, I forget to do...

zbeekman commented 9 years ago

Can you go to travis and resubmit the last build once you’ve added this, just so that we can make sure that everything is now working?

szaghi commented 9 years ago

Done, but the deploy seems to not work

zbeekman commented 9 years ago

I’ll take a look

zbeekman commented 9 years ago

It looks like you named your environment variable something other than GH_TOKEN: https://travis-ci.org/szaghi/FLAP/builds/69285565#L91

If you had named it GH_TOKEN you would have seen a line like this: https://travis-ci.org/zbeekman/json-fortran/jobs/69347547#L80

Please create secure variable who’s name matches exactly GH_TOKEN holding a github token with commit privileges. makedoc.sh can be modified if you like to use a variable name other than GH_TOKEN but please note that bash variables should not have spaces in their name, so your current variable name will never work.

szaghi commented 9 years ago

Opssss, I think you are rigth, sorry. Tomorrow I'll fix it! Thank you

szaghi commented 9 years ago

Done, thank you @zbeekman !

zbeekman commented 9 years ago

No problem, thanks for such a cool project!