Skip to content

Commit

Permalink
ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaudier committed Apr 2, 2024
1 parent d302318 commit 817196e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,20 +252,20 @@ jobs:
fi
fi
# ssh_session:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout github repo
# uses: actions/checkout@v3
# with:
# lfs: true
# - name: Checkout LFS objects
# run: git lfs checkout
# - name: Start SSH session
# uses: luchihoratiu/debug-via-ssh@main
# with:
# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
# SSH_PASS: ${{ secrets.SSH_PASS }}
ssh_session:
runs-on: ubuntu-latest
steps:
- name: Checkout github repo
uses: actions/checkout@v3
with:
lfs: true
- name: Checkout LFS objects
run: git lfs checkout
- name: Start SSH session
uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
SSH_PASS: ${{ secrets.SSH_PASS }}

benchmarks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 817196e

Please sign in to comment.