From 0803d0136462d075c6a5668cf47e9649fa4e9312 Mon Sep 17 00:00:00 2001 From: Mateo Kuruk Miccino Date: Mon, 11 Dec 2023 19:25:18 -0300 Subject: [PATCH] test --- .github/workflows/android-build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 4c1e5aa1..6a4bfdd1 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -16,6 +16,13 @@ jobs: steps: - uses: actions/checkout@v4 + - 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 + ## limits ssh access and adds the ssh public keys of the listed GitHub users + limit-access-to-users: kuruk-mm - name: Build Decentraland Godot Lib run: | cd rust/decentraland-godot-lib