1
0
Fork 0

docs: Add English README for Act Runner app (#2653)

This commit is contained in:
2024-12-03 15:45:09 +08:00 committed by GitHub
parent 0a5c1b789d
commit 1bd17a0bcd
1 changed files with 12 additions and 0 deletions

12
act_runner/README_en.md Normal file
View File

@ -0,0 +1,12 @@
# Act Runner
**Act Runner** is a runner based on the [Gitea fork](https://gitea.com/gitea/act) of [Gitea](https://github.com/nektos/act).
## How to Obtain the RUNNER_REGISTRATION_TOKEN
1. Log in to your Gitea instance.
2. Navigate to the page of the repository where you want to register the runner.
3. Click on the **"Settings"** tab at the top of the page.
4. In the left-hand menu, select **"Actions"**.
5. On the page, locate the **"Runners"** section. Here, you should find a **"New Runner"** button.
6. Click on the **"New Runner"** button. You will receive a `RUNNER_REGISTRATION_TOKEN`. Copy and store it securely.