Skip to content

Commit

Permalink
call it
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Sep 5, 2024
1 parent 3b65a3b commit 803e1bc
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ssh-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,10 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}


# - name: Tailscale # In order to be able to SSH when a test fails
# uses: huggingface/tailscale-action@main
# with:
# authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
# slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
# slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
# waitForSSH: true
- name: Tailscale # In order to be able to SSH when a test fails
uses: ./.github/workflows/action.yaml
with:
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
waitForSSH: true

0 comments on commit 803e1bc

Please sign in to comment.