From 0e34f6dc4fbdbc9191a340408210c29f0c470940 Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Fri, 19 Apr 2024 10:39:37 +0200 Subject: [PATCH] add tailscale key in case of failure --- .github/workflows/push_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index 803da3e51f8e..a6cb123a7035 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -98,6 +98,7 @@ jobs: uses: huggingface/tailscale-action@v1 with: waitForSSH: true + authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }} - name: Failure short reports if: ${{ failure() }} run: |