Commit 4d16b7a4 authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

fix debug runtime (#711)

parent f1b9804d
......@@ -98,4 +98,7 @@ jobs:
- name: Debug workflow if failed
if: failure()
run: |
curl -sSf https://lets.tunshell.com/init.sh | sh /dev/stdin T ${{ secrets.TUNSHELL_KEY }} eu.relay.tunshell.com
KEYS=$(curl -sSf -X POST https://eu.relay.tunshell.com/api/sessions)
curl -sSf https://lets.tunshell.com/init.sh | sh /dev/stdin T $(echo $KEYS | jq -r .peer1_key) ${{ secrets.TUNSHELL_SECRET }} eu.relay.tunshell.com
echo "Connect to github actions node using"
echo "sh <(curl -sSf https://lets.tunshell.com/init.sh) L $(echo $KEYS | jq -r .peer2_key) {TUNSHELL_SECRET} eu.relay.tunshell.com"
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