JuliaLang / PkgDev.jl

Tools for Julia package developers
Other
71 stars 34 forks source link

Use github secrets API #165

Open davidanthoff opened 4 years ago

davidanthoff commented 4 years ago

https://developer.github.com/v3/actions/secrets/

rapus95 commented 4 years ago

This might help you: https://github.com/rapus95/HubCLI.jl/blob/master/src/Hub.jl#L30

davidanthoff commented 4 years ago

Just note to myself: look at the code at https://github.com/JuliaWeb/GitHub.jl/issues/159.

rapus95 commented 4 years ago

Ah indeed, I evolved the solution to hopefully be embedded into GitHub.jl so you won't have to add anything to your package I guess.

davidanthoff commented 4 years ago

Ah, excellent! Is there a timeline/PR for this making it into GitHub.jl? That would obviously ideally from my end :)

timholy commented 3 years ago

xref https://github.com/JuliaWeb/GitHub.jl/pull/178