Unverified Commit ae05050d authored by Guillaume LEGENDRE's avatar Guillaume LEGENDRE Committed by GitHub
Browse files

fix/add tailscale key in case of failure (#7719)

add tailscale key in case of failure
parent db969cc1
...@@ -98,6 +98,7 @@ jobs: ...@@ -98,6 +98,7 @@ jobs:
uses: huggingface/tailscale-action@v1 uses: huggingface/tailscale-action@v1
with: with:
waitForSSH: true waitForSSH: true
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
- name: Failure short reports - name: Failure short reports
if: ${{ failure() }} if: ${{ failure() }}
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment