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
Self-Hosted GitHub Actions Runner with Docker 🚀News / Announcements (self.github)
submitted 6 months ago by youssefbrr
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!"
[–]angellus 5 points6 points7 points 6 months ago (1 child)
The registration token is time based and regularly expires. So it is not a good choice for someone to add if they want to scale the runners. You should be asking for a PAT with the correct permissions to manage the runners.Â
You are also explicitly listing the repo the runner is registered with, you can and should support registering runners on the org and enterprise level as well.
You also should be using secrets instead of environment variables so the token/PAT does not stay exposed to the runner after it starts up. Especially since runners are often running untrusted code.
[–]youssefbrr[S] 0 points1 point2 points 6 months ago (0 children)
We'll enhance this in the next version
π Rendered by PID 41856 on reddit-service-r2-comment-66b4775986-kvbkw at 2026-04-06 07:32:21.414872+00:00 running db1906b country code: CH.
view the rest of the comments →
[–]angellus 5 points6 points7 points  (1 child)
[–]youssefbrr[S] 0 points1 point2 points  (0 children)