From c71aaf559088406a02555620af2b50fab54c970d Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Thu, 4 Jan 2024 10:35:42 +0200 Subject: [PATCH] use jump host --- .github/workflows/reset-2fa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reset-2fa.yml b/.github/workflows/reset-2fa.yml index b7e34c251..9e66f14ce 100644 --- a/.github/workflows/reset-2fa.yml +++ b/.github/workflows/reset-2fa.yml @@ -50,4 +50,4 @@ jobs: - name: Remove 2FA run: | - ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SMTP_PORT }} "rm /home/${{ github.event.inputs.user }}/.google_authenticator" + ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SMTP_PORT }} ${{ vars.SSH_ARGS }} "rm /home/${{ github.event.inputs.user }}/.google_authenticator"