reset gitea runner registration token

This commit is contained in:
2025-05-28 16:36:52 +01:00
parent ae04bf6ec4
commit 72b2cfb941
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.env

View File

@@ -64,7 +64,7 @@ services:
environment: environment:
CONFIG_FILE: /data/config.yaml CONFIG_FILE: /data/config.yaml
GITEA_INSTANCE_URL: http://gitea:3000 GITEA_INSTANCE_URL: http://gitea:3000
GITEA_RUNNER_REGISTRATION_TOKEN: g9KjamnVsUvTSVvwFRtv4hh0wxpt48dTNLXvgBRg GITEA_RUNNER_REGISTRATION_TOKEN: $GITEA_RUNNER_REGISTRATION_TOKEN
GITEA_RUNNER_NAME: helian_runner GITEA_RUNNER_NAME: helian_runner
volumes: volumes:
- ./act_runner/data:/data - ./act_runner/data:/data