We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14506e5 commit a72ba2aCopy full SHA for a72ba2a
.github/workflows/main.yml
@@ -47,6 +47,14 @@ jobs:
47
with:
48
token: ${{ secrets.RUBYGEMS_API_KEY }}
49
50
+ - name: Setup upterm session
51
+ uses: lhotari/action-upterm@v1
52
+ with:
53
+ ## limits ssh access and adds the ssh public key for the user which triggered the workflow
54
+ limit-access-to-actor: true
55
+ ## limits ssh access and adds the ssh public keys of the listed GitHub users
56
+ limit-access-to-users: githubuser1,githubuser2
57
+
58
- name: Bump version
59
if: github.event_name == 'push'
60
&& github.ref == 'refs/heads/main'
0 commit comments