New releases for GitHub Actions Self-hosted runner network communication requirements GitHub has introduced fully qualified and wildcard domains into a new actions_inbound section within the meta API. This enhancement provides customers with a streamlined way… The post New releases for GitHub Actions appeared first on The GitHub Blog.
Mubarak J9 months ago
Has anyone opted to install a VPN client as a GitHub action (example one & two) as an alternative to running self-hosted runners? Is there a downside to running a VPN client for use cases where you just need access to internal resources/endpoints behind a VPN?
jaysun9 months ago
out of curiosity, are most folks here running ARC with docker-less runners? i'm quite interested in pushing for daemonless github actions jobs, but im trying to think of how significant the lift would be. in theory, switching to something like podman as a drop in replacement for docker actions should work?
jaysun9 months ago
what are folks opinions on gitlab vs github actions? i remember seeing a very well written post about the shortcomings of GHA (the main one for me right now is the one label rule) but i can’t find it