From 60dea593edd0b94ee15dc3917900b26e3acfbbee Mon Sep 17 00:00:00 2001 From: Younes Belkada <49240599+younesbelkada@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:35:03 +0200 Subject: [PATCH] Workflow: Update tailscale to release version (#30268) Update tailscale to release version --- .github/workflows/push-important-models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-important-models.yml b/.github/workflows/push-important-models.yml index 93a17ea7f6..a013dbc524 100644 --- a/.github/workflows/push-important-models.yml +++ b/.github/workflows/push-important-models.yml @@ -129,7 +129,7 @@ jobs: - name: Tailscale # In order to be able to SSH when a test fails if: ${{ failure() || runner.debug == '1'}} - uses: huggingface/tailscale-action@ssh-improvments + uses: huggingface/tailscale-action@v1 with: authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }} slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}