Skip to content

CI: Publishing development web and docs to GitHub actions fails #32303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
datapythonista opened this issue Feb 27, 2020 · 2 comments · Fixed by #32530
Closed

CI: Publishing development web and docs to GitHub actions fails #32303

datapythonista opened this issue Feb 27, 2020 · 2 comments · Fixed by #32530
Labels
CI Continuous Integration Docs Web pandas website

Comments

@datapythonista
Copy link
Member

Looks like using the ssh key to publish the development web and docs is not working. The error we get in the CI is that the key has an invalid format.

I guess it's not as simple as the key content being incorrect, I guess it can't be obtained from the secrets, and probably the used key is just empty.

The relevant code is in the yaml of the GitHub action.

Besides making sure that the key is correct (that it's the private and not the public, it's complete...), I guess a good test to help identify the problem could be replace the content of the key by some random text, and echo it and see that we're ready getting the full content with no garbage in it.

I think just few people have access to it, @TomAugspurger do you have time for it? Or do you know who else has access to the settings? I think it was said in some thread, but I fail to remember.

@TomAugspurger
Copy link
Contributor

Here's the secrets screen.

Screen Shot 2020-02-28 at 7 20 06 PM

I don't think there's a way to view the contents of the secret.

be replace the content of the key by some random text, and echo it and see that we're ready getting the full content with no garbage in it.

I think CI services typically don't allow you to print the key.

I've deleted the old key and re-created it with the private SSH key you provided me.

@datapythonista
Copy link
Member Author

Thanks @TomAugspurger. Looks like we still got the same error, so I guess the problem is something else. I'll do some tests in a separate repo, and see if I can reproduce the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Docs Web pandas website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants