We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb693d commit 4b8164cCopy full SHA for 4b8164c
.github/workflows/macos-linux-pixi.yml
@@ -91,8 +91,8 @@ jobs:
91
- name: Start SSH session
92
uses: luchihoratiu/debug-via-ssh@main
93
with:
94
- NGROK_AUTH_TOKEN: ${{ secrets.NGROK_TOKEN_EA }}
95
- SSH_PASS: ${{ secrets.NGROK_SSH_EA }}
+ NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
+ SSH_PASS: ${{ secrets.SSH_PASS }}
96
97
- uses: prefix-dev/[email protected]
98
continue-on-error: True
0 commit comments