Open juliohm opened 2 years ago
Hey! Hi @juliohm ! Sorry for a late response. Sure, I'll take a look at it on my end
Thank you @LakshyaKhatri ! Appreciate it! Looking forward to the fix β€οΈ
Hi @juliohm, I will need a little help on this. I was thinking to change the auth process this way:
.cdsapirc
file on the fly using the details in the environment variables (and delete it in a finalization process).That way we will not be maintaining a .cdsapirc.enc
file on our repository. πΈπ‘
Or we can do it the old way i.e. add an encrypted version of .cdsapirc
in our repo and decrypt it in the CI.
What do you suggest?
Ah! nvm, I just learned we have to store env variable values in the CI file itself πΆβπ«οΈ
Thank you for taking a look into it. Any method that works and is safe should be fine.
Em dom., 31 de jul. de 2022 03:44, Lakshya Khatri @.***> escreveu:
Ah! nvm, I just learned we have to store env variable values in the CI file itself πΆβπ«οΈ
β Reply to this email directly, view it on GitHub https://github.com/JuliaClimate/CDSAPI.jl/issues/46#issuecomment-1200360985, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZQW3J3WXSPQGFK6SPCK6DVWYOFTANCNFSM54TPJOHQ . You are receiving this because you were mentioned.Message ID: @.***>
The build is failing on Windows now because GRIB.jl does not support the platform.
Opened an issue there: https://github.com/weech/GRIB.jl/issues/14
Wondering if I should propose a PR to GRIB.jl
. I'll try my hands on it once π€π½
If you have the time and knowledge to fix it, please feel free to contribute a fix β€οΈ
@LakshyaKhatri did you have a chance to take a look into this?
Hi @juliohm, ππ½
I was still waiting for a response on GRIB.jl
from the maintainer. But I will take GRIB.jl issue and work on it (after the vacation season though π)
Hi @LakshyaKhatri, hope you are doing well.
In an attempt to port the Travis build to GitHub Actions I realized too late that you had added custom instructions in Travis to authenticate remotely with CDSAPI:
Could you please help adding these instructions to our new CI.yml workflow? I also accidentally deleted the
.cdsapirc.enc
file you added to the repository. Please feel free to revive it if necessary.