From 7ebd359446c2cb31bfbbbd98046cd916de8bdc7b Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Wed, 5 Jun 2024 15:23:33 +0200 Subject: [PATCH] Update tailscale action to main (#8403) --- .github/workflows/ssh-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ssh-runner.yml b/.github/workflows/ssh-runner.yml index 52950dfed2..c24905772c 100644 --- a/.github/workflows/ssh-runner.yml +++ b/.github/workflows/ssh-runner.yml @@ -38,7 +38,7 @@ jobs: nvidia-smi - name: Tailscale # In order to be able to SSH when a test fails - uses: huggingface/tailscale-action@v1 + uses: huggingface/tailscale-action@main with: authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }} slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}