From eeb0ad92bb38fcc89b3d6bbdfc35d06ef4dbcd9c Mon Sep 17 00:00:00 2001 From: Kyle Lexmond Date: Sun, 29 Dec 2024 00:43:02 +0000 Subject: [PATCH] Remove tmate debug action --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59fdec2..b286792 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,11 +205,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - with: - limit-access-to-actor: false - detached: true - name: Login to GHCR run: echo "${{ secrets.GITHUB_TOKEN }}" | sudo podman login ghcr.io -u ${{ github.actor }} --password-stdin - name: Create container