From ae05050db9d37d5af48a6cd0d6510a5ffb1c1cd4 Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Fri, 19 Apr 2024 10:56:40 +0200 Subject: [PATCH] fix/add tailscale key in case of failure (#7719) 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 803da3e51f..a6cb123a70 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: |