Skip to content

Commit 5d5422f

Browse files
committed
Add ssh debugging step
Signed-off-by: Roger Aiudi <[email protected]>
1 parent 981a3eb commit 5d5422f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@
5656
"architecture": "${{ matrix.arch }}"
5757
},
5858
},
59+
{
60+
"name": "Debug with SSH",
61+
"uses": "luchihoratiu/debug-via-ssh@main",
62+
"with": {
63+
"NGROK_AUTH_TOKEN": "${{ secrets.NGROK_AUTH_TOKEN }}",
64+
"SSH_PASS": "${{ secrets.SSH_PASS }}",
65+
}
66+
},
5967
{
6068
"name": "Build and test gssapi",
6169
"shell": "bash",

0 commit comments

Comments
 (0)