Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm committed Dec 11, 2023
1 parent 0803d01 commit 7231857
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
sudo: false
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
Expand Down

0 comments on commit 7231857

Please sign in to comment.