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