Skip to content

Commit

Permalink
fix/add tailscale key in case of failure (#7719)
Browse files Browse the repository at this point in the history
add tailscale key in case of failure
  • Loading branch information
glegendre01 authored Apr 19, 2024
1 parent db969cc commit ae05050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ae05050

Please sign in to comment.