JuliaAI / MLJLinearModels.jl

Generalized Linear Regressions Models (penalized regressions, robust regressions, ...)
MIT License
80 stars 13 forks source link

TagBot not working #126

Closed ablaom closed 1 year ago

DilumAluthge commented 1 year ago

The job that failed: https://github.com/JuliaAI/MLJLinearModels.jl/runs/7670061578?check_suite_focus=true#step:3:50

ablaom commented 1 year ago

New release tagged since 0.6.2

https://github.com/JuliaAI/MLJLinearModels.jl/runs/7670061578?check_suite_focus=true#step:3:50

DilumAluthge commented 1 year ago

If you go to https://github.com/JuliaAI/MLJLinearModels.jl/actions/workflows/TagBot.yml, you can trigger another run manually.

ablaom commented 1 year ago

@DilumAluthge Thanks for that lightning response.

I've run manually . I get green at the top but red again under "annotations": https://github.com/JuliaAI/MLJLinearModels.jl/actions/runs/2799833552 The log says we lack permission to access. But I don't understand. There is a DOCUMENTER_KEY that was working before.

DilumAluthge commented 1 year ago

Looking at https://github.com/JuliaAI/MLJLinearModels.jl/runs/7669790446?check_suite_focus=true, it looks like the docs have not been pushing.

Can you delete and recreate a new Documenter key? The easiest way to do so is to install the DocumenterTools package and then run DocumenterTools.genkeys(), which will format the private key in the correct Base64 format that Documenter expects.

ablaom commented 1 year ago

Thanks. I'll do that in a bit.

ablaom commented 1 year ago

That seems to have fixed it thanks!