From ab996bf8193f2a8fedcd0cb0e768715ec5bf8983 Mon Sep 17 00:00:00 2001 From: Supper Thomas <78900636@qq.com> Date: Fri, 30 Aug 2024 06:42:20 +0800 Subject: [PATCH] Update ngork.yml --- .github/workflows/ngork.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ngork.yml b/.github/workflows/ngork.yml index aa6f61c..39d9823 100644 --- a/.github/workflows/ngork.yml +++ b/.github/workflows/ngork.yml @@ -25,7 +25,7 @@ jobs: # You can find this token here: https://dashboard.ngrok.com/get-started/setup NGROK_TOKEN: ${{ secrets.NGROK_SSH_TOKEN }} # This password you will use when authorizing via SSH - USER_PASS: ${{ secrets.NGROK_SSH_PASSWD }} + USER_PASS: ${{ secrets.USER_PASSWD }} - name: Don't kill instace if: ${{ failure() }}