weso / hercules-sync

Tools to synchronise data between the ontology files and Wikibase instance for the Hercules project at University of Murcia.
GNU General Public License v3.0
4 stars 1 forks source link

Broke continuous integration when PR #69 #70

Closed thewillyhuman closed 4 years ago

thewillyhuman commented 4 years ago

I just broke continuous integration when I merge the pull request #69 together.

alejgh commented 4 years ago

I think it is not your fault, the problem seems to come from the GitHub token used to deploy to gh pages the docs:

gh-token is invalid. Details: GET https://api.github.com/user: 401 - Bad credentials // See: https://docs.github.com/rest
alejgh commented 4 years ago

Do you know if these tokens expire or something similar?

alejgh commented 4 years ago

We should try to update the GITHUB_TOKEN secret variable in Travis and see if this fixes the problem.

thewillyhuman commented 4 years ago

Does it use the one from the @weso-bot account?

alejgh commented 4 years ago

Yes, weso-bot is uploading the final HTML to gh-pages.

alejgh commented 4 years ago

Your email is used to upload changes to gh-pages, but a weso-bot token is used to be more precise.

thewillyhuman commented 4 years ago

Token updated, should be fixed.