This commit is contained in:
2023-09-14 13:08:11 +01:00
parent a7851d5fc0
commit 846f4551d3
2 changed files with 14 additions and 14 deletions

View File

@@ -10,9 +10,9 @@
group = "gitea";
};
gitea_actions_runner_token = {
file = ../../secrets/gitea_actions_runner_token.age;
};
gitea_actions_runner_token = {
file = ../../secrets/gitea_actions_runner_token.age;
};
};
services.gitea-actions-runner = {
@@ -21,10 +21,10 @@
enable = true;
name = "actions-runner";
url = config.services.gitea.settings.server.ROOT_URL;
tokenFile = config.age.secrets.gitea_actions_runner_token.path;
labels = [
"ubuntu-latest:docker://node:16-bullseye"
];
tokenFile = config.age.secrets.gitea_actions_runner_token.path;
labels = [
"ubuntu-latest:docker://node:16-bullseye"
];
};
};
};
@@ -64,9 +64,9 @@
IS_TLS_ENABLED = true;
USER = "apikey";
};
actions = {
ENABLED = true;
};
actions = {
ENABLED = true;
};
};
mailerPasswordFile = config.age.secrets.sendmail_email_key_gitea.path;
};