Remove SSH terminal to Github Actions instance

This commit is contained in:
Maxi Redigonda 2022-05-31 14:16:32 -03:00
parent 619b40d9d8
commit 7c08a2fd93

View File

@ -16,11 +16,4 @@ jobs:
- run: cd server && make setup-vendor-permissions
- run: cd server && make test-not-interactive
- run: cd tests && make build
- 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: mredigonda
- run: cd tests && make run-not-interactive