gitea-runner: dont leak token
All checks were successful
build / test (push) Successful in 7s

This commit is contained in:
Jörg Thalheim 2023-07-13 14:17:43 +02:00
parent fb47aaeb20
commit e55c9f06ed

View File

@ -69,6 +69,8 @@
settings = {
runner.envs = {
HOME = "/var/lib/gitea-runner/nix";
# unset the token so it doesn't leak into the runner
TOKEN = "";
};
};
};