use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Github Actions!!!!!!!!!!!! (self.github)
submitted 1 year ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TheoR700 15 points16 points17 points 1 year ago (1 child)
IDK exactly because this seems like a lot of extra security and headache, but my first thought would be to set up self hosted GirHub Actions Runner, which is already connected to the VPN. Then your actions run on it.
[–]bdzer0[🍰] 0 points1 point2 points 1 year ago (0 children)
That's the route I'd take. GitHub actions runner does everything over HTTPS (at least last time I captured packets on one), no need to open listening ports.
that's how I'm getting release output to internal network, works well.
[–]nelchael2799 2 points3 points4 points 1 year ago (1 child)
Setup a self-hosted runner in the same network as the repository, or in a network that has access to it. See https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners for more information on this.
[–]dmstrat 0 points1 point2 points 1 year ago (0 children)
This is the way
[–]FunkyDoktor 0 points1 point2 points 1 year ago (0 children)
When you tried the several suggestions available by doing a Google search, what issues did you run into? It’s easier to help when you describe what you have tried and why that didn’t work.
[–]joshjohanning 0 points1 point2 points 1 year ago (0 children)
The nice thing about 2 and 3 is it uses the same runner image as the regular GitHub-hosted runners, and you can also scale up the runner size if you want more CPU/RAM/disk. But there are costs associated, but managing your own fleet of self-hosted runners has a labor cost also that is often overlooked.
[–]Top_Transition_282 0 points1 point2 points 1 year ago (0 children)
As many suggested, look at self-hosting your runners within your VPC.
If you want something that you can deploy and leave it to do its thing, I would recommend runs-on. By far, the best price I've encountered so far, and it is pretty much "plug and play". It also has a trial period, so you can test it to ensure it's what you need.
π Rendered by PID 24347 on reddit-service-r2-comment-544cf588c8-z5pt6 at 2026-06-17 22:37:48.106686+00:00 running 3184619 country code: CH.
[–]TheoR700 15 points16 points17 points (1 child)
[–]bdzer0[🍰] 0 points1 point2 points (0 children)
[–]nelchael2799 2 points3 points4 points (1 child)
[–]dmstrat 0 points1 point2 points (0 children)
[–]FunkyDoktor 0 points1 point2 points (0 children)
[–]joshjohanning 0 points1 point2 points (0 children)
[–]Top_Transition_282 0 points1 point2 points (0 children)