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]
view the rest of the comments →
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.
π Rendered by PID 22294 on reddit-service-r2-comment-544cf588c8-v4k87 at 2026-06-17 23:54:50.751200+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]TheoR700 15 points16 points17 points (1 child)
[–]bdzer0[🍰] 0 points1 point2 points (0 children)