diff --git a/.forgejo/workflows/ssh-test.yml b/.forgejo/workflows/ssh-test.yml index da4a8f27..b0746540 100644 --- a/.forgejo/workflows/ssh-test.yml +++ b/.forgejo/workflows/ssh-test.yml @@ -51,21 +51,21 @@ jobs: - name: "Setup: Headscale" run: | echo "tailscaled --cleanup" - tailscaled --cleanup + sudo tailscaled --cleanup echo "" echo "tailscaled --state=mem 2> ~/tailscaled.log &" - tailscaled --state=mem: 2> ~/tailscaled.log & + sudo tailscaled --state=mem: 2> ~/tailscaled.log & echo "" echo "tailscale up" - tailscale up \ + sudo tailscale up \ --login-server=https://headscale.sysctl.io \ --accept-routes \ --accept-dns \ --authkey ${{ secrets.TAILSCALE_KEY }} \ --hostname forgejo-runner \ --advertise-tags "tag:forgejo,tag:container,tag:ephemeral" - tailscale status - tailscale netcheck + sudo tailscale status + sudo tailscale netcheck - uses: actions/checkout@v3 - name: "Directory Structure"