Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I scanned through, but I couldn't see how GitHub Actions supports deployment to 3rd party platforms like PyPI.

Travis CI has a CLI that allows you to encrypt your PyPI password and stick it into the Yaml file (I think it works by encrypting your password and then uploading the decryption key to your Travis account). Will GitHub Actions have something similar, somehow?



GitHub Actions supports secrets in each Repo. So presumably you could just expand your secrets at runtime and use a CLI tool to push to PyPI.


I'd imagine it'll be handled the same way as Actions handles it now: via Secrets [1].

[1] https://developer.github.com/actions/managing-workflows/stor...


In gitlab there is secured variable setting in each repo, that can be used with variable syntax. Maybe they'll follow that?


yeah they mentioned this in the video at one point I believe, have a separate secrets section where you can store keys and access them from actions


Yep - they have a secret access store per repo




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: