From f259251c57b3c40b89e679b2d4ea9a0571588c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 8 Apr 2023 20:02:41 +0100 Subject: [PATCH] broken github auth on tailscale atm --- config/tailscale.hujson | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/tailscale.hujson b/config/tailscale.hujson index ebe85b8e..cae1e2ef 100644 --- a/config/tailscale.hujson +++ b/config/tailscale.hujson @@ -87,7 +87,8 @@ // Woodpecker agents { "action": "accept", - "src": ["tag:woodpeckerRunner"], + //"src": ["tag:woodpeckerRunner"], // todo: broken auth rn + "src": ["tag:nutty-noon", "tag:nas"], "dst": ["tag:nas:9000"] } ],