Encrypt k8s secrets with Forgejo action key
Some checks failed
/ blog-pim (push) Failing after 1m46s

Allow mounting all volumes in Forgejo actions
This commit is contained in:
Pim Kunis 2024-05-01 23:38:45 +02:00
parent 4b6a072a5c
commit a7d403eb5b
2 changed files with 15 additions and 6 deletions

View file

@ -27,7 +27,7 @@
privileged = false;
options = "";
workdir_parent = "";
valid_volumes = [ "/var/run/secrets/kubernetes.io/serviceaccount" ];
valid_volumes = [ "**" ];
docker_host = "";
force_pull = false;
};