You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this feature is inspired by action-upterm which looks like this:
- name: Setup upterm sessionuses: lhotari/action-upterm@v1with:
## limits ssh access and adds the ssh public key for the user which triggered the workflowlimit-access-to-actor: true## limits ssh access and adds the ssh public keys of the listed GitHub userslimit-access-to-users: githubuser1,githubuser2
the implementation can most likely be inspired by their code as well 🙂
The text was updated successfully, but these errors were encountered:
this feature is inspired by action-upterm which looks like this:
the implementation can most likely be inspired by their code as well 🙂
The text was updated successfully, but these errors were encountered: