Steps is create self hosted git hub runner #184521
Replies: 6 comments
on: [push] jobs:
Option 2: From the Linux machine |
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
|
You can do this in 3 steps:
Go to your repo → Settings → Actions → Runners → New self-hosted runner Run the commands GitHub gives you, for example: mkdir actions-runner && cd actions-runner steps:
That’s it 👍 |
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
|
That cool
…On Wed, May 20, 2026, 6:17 PM github-actions[bot] ***@***.***> wrote:
🕒 *Discussion Activity Reminder* 🕒
This Discussion has been labeled as dormant by an automated system for
having no activity in the last 60 days. Please consider one the following
actions:
1️⃣ Close as Out of Date: If the topic is no longer relevant, close the
Discussion as out of date at the bottom of the page.
2️⃣ Provide More Information: Share additional details or context — or let
the community know if you've found a solution on your own.
3️⃣ Mark a Reply as Answer: If your question has been answered by a reply,
mark the most helpful reply as the solution.
Note: This dormant notification will only apply to Discussions with the
Question label. To learn more, see our recent announcement
<#70478>.
Thank you for helping bring this Discussion to a resolution! 💬
—
Reply to this email directly, view it on GitHub
<#184521 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARKSUHLU4EIIY2SVNHBEXK343ZKLJAVCNFSM6AAAAACR72E4O2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMOJZG43TGMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Uh oh!
There was an error while loading. Please reload this page.
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
General
Discussion Details
I want to create a self-hosted GitHub Actions runner on a Linux machine. I also want to run a simple workflow using this runner and check the runner’s status when it is online or offline.
All reactions