diff --git a/action.yml b/action.yml index ee59b04..b0e2431 100644 --- a/action.yml +++ b/action.yml @@ -31,5 +31,5 @@ runs: KUBECONFIG: /opt/kube/config shell: sh - name: Configure tailscale - run: tailscaled --tun=userspace-networking --socks5-server=localhost:1055 --outbound-http-proxy-listen=localhost:1055 & tailscale up --authkey="${{ secrets.TAILSCALE_TOKEN }}" --advertise-tags=tag:gitea-runners + run: tailscaled --tun=userspace-networking --socks5-server=localhost:1055 --outbound-http-proxy-listen=localhost:1055 & tailscale up --authkey="${{ inputs.tailscale-token }}" --advertise-tags=tag:gitea-runners shell: sh