From bdd15ec895bd1e18bee7b34213667928cb2a779c Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 24 Aug 2024 22:01:28 -0300 Subject: [PATCH] upterm --- .github/workflows/sepa-precios-archiver.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/sepa-precios-archiver.yml b/.github/workflows/sepa-precios-archiver.yml index ef13b63..58965ea 100644 --- a/.github/workflows/sepa-precios-archiver.yml +++ b/.github/workflows/sepa-precios-archiver.yml @@ -14,6 +14,12 @@ jobs: - uses: oven-sh/setup-bun@v2 with: bun-version: latest + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + with: + ## limits ssh access and adds the ssh public key for the user which triggered the workflow + limit-access-to-actor: true + - name: Run archiver script env: GITHUB_TOKEN: ${{ secrets.ARCHIVE_GITHUB_TOKEN }}