From aef0b0b8e4a6fbfee2252522b1e4c55f269a48bc Mon Sep 17 00:00:00 2001 From: vindard <17693119+vindard@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:26:53 -0400 Subject: [PATCH] ci: (temp) add ssh to quickstart action --- .github/workflows/quickstart.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/quickstart.yml b/.github/workflows/quickstart.yml index c84fc8d216..9da232fb0d 100644 --- a/.github/workflows/quickstart.yml +++ b/.github/workflows/quickstart.yml @@ -18,6 +18,11 @@ 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