Hacker News new | ask | show | jobs
by mhils 1895 days ago
GitHub actually introduced "Environments" recently, which allow you to do what you are asking for. Lots of existing pipelines haven't migrated yet of course.

https://docs.github.com/en/actions/reference/environments

1 comments

Nice!