documentation

This commit is contained in:
2026-01-12 22:30:51 +08:00
parent ce5c764402
commit 6f0493dfba
4 changed files with 211 additions and 68 deletions

View File

@@ -107,12 +107,17 @@ spec:
description: Repo is required if scope is 'repo'
type: string
scope:
description: Scope defines the scope of the runner (global, org, repo)
description: Scope defines the scope of the runner (global, org, user,
repo)
enum:
- global
- org
- user
- repo
type: string
user:
description: User is required if scope is 'user'
type: string
required:
- authToken
- giteaURL