From 6777be2d84591841906b74e360572f0f3761ab54 Mon Sep 17 00:00:00 2001 From: vindard <17693119+vindard@users.noreply.github.com> Date: Tue, 6 Feb 2024 23:03:43 -0400 Subject: [PATCH] revert: (temp) add ssh to quickstart action This reverts commit 8dabfa835210dc826e6871511174506b1ae15d20. --- .github/workflows/quickstart.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/quickstart.yml b/.github/workflows/quickstart.yml index ea6de850de..130377449b 100644 --- a/.github/workflows/quickstart.yml +++ b/.github/workflows/quickstart.yml @@ -13,11 +13,6 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} - - name: Setup upterm session - uses: lhotari/action-upterm@v1 - with: - limit-access-to-actor: true - limit-access-to-users: vindard - uses: carvel-dev/setup-action@v1 with: only: ytt, vendir