OPENDAP / documentation

1 stars 2 forks source link

Travis CI Authentication fails when building documentation #19

Closed Mikejmnez closed 5 months ago

Mikejmnez commented 5 months ago

The last two PRs on OPeNDAP's documentation failed with the following error in the logs:

$ git push --force --quiet "https://${GIT_UID}:${GIT_TOKEN}@github.com/OPENDAP/documentation" master:gh-pages
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/OPENDAP/documentation/'

You can see the logs on the Travis CI for Build #306 and Build #307. You can also find them from the Build history .

BTW: the errors take place towards the end of the logs around lines > 1260. Build 306 was trigger by the merger of my PR #18, where Build 307 was trigger by the merger of PR #16

FYI: The last successful build was build #305, 7 months ago.

Mikejmnez commented 5 months ago

Fixed by @jgallagher59701 - issue with encrypted GIT_UID and GIT_TOKEN. Needed to make new token