From aaed92962811794e6f68d987987879157d3d8d3c Mon Sep 17 00:00:00 2001 From: Matthias Tafelmeier Date: Thu, 8 Jun 2023 23:24:19 +0200 Subject: [PATCH] dbg --- .github/workflows/controller.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/controller.yml b/.github/workflows/controller.yml index a642d2bf..9bea395e 100644 --- a/.github/workflows/controller.yml +++ b/.github/workflows/controller.yml @@ -31,5 +31,6 @@ jobs: - uses: actions/checkout@v2 - name: do post checkout run: > + chown -R github-runner-nixos:users *; pushd api && mask api generate && popd; - chown -R github-runner:users * + sudo chown -R github-runner-nixos:users *;