diff --git a/.github/workflows/deploy_push.yml b/.github/workflows/deploy_push.yml index 45db91a..47c20f5 100644 --- a/.github/workflows/deploy_push.yml +++ b/.github/workflows/deploy_push.yml @@ -20,6 +20,10 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} TFE_TOKEN: ${{ secrets.TFE_TOKEN }} steps: + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + detached: true - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # ratchet:aws-actions/configure-aws-credentials@v1 with: