From b77a24f50ce24000e559a4da5b747f0a6fecfcf1 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Fri, 28 Nov 2025 21:19:36 +0100 Subject: [PATCH] fix: Update file location --- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml index 5af2dd4..6da6f2b 100644 --- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml +++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml @@ -29,7 +29,7 @@ jobs: echo "Installing Wireguard ✅" echo "Configuring Wireguard..." echo "${{ secrets.WG_CONFIG }}" > /tmp/wg0.conf - chmod 600 wg0.conf + chmod 600 /tmp/wg0.conf echo "Configuring Wireguard ✅" echo "Starting Wireguard..." wg-quick up /tmp/wg0.conf