Infini-DL360/forgejo: use user token for priviledged runner
This commit is contained in:
parent
8018cffd23
commit
2642be7a90
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "Local Priviledged";
|
name = "Local Priviledged";
|
||||||
url = "https://${domain}";
|
url = "https://${domain}";
|
||||||
token = common.forgejo.actions.global_token;
|
token = common.forgejo.actions.user_token;
|
||||||
labels = [
|
labels = [
|
||||||
"local:host"
|
"local:host"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue