Skip to content

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

Closed
@datapythonista

Description

@datapythonista

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous IntegrationDocsWebpandas website

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions