We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f470ef commit d9fdad7Copy full SHA for d9fdad7
.github/workflows/main.yml
@@ -56,6 +56,14 @@ jobs:
56
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
57
run: bundle exec rake version:bump:patch
58
59
+ - name: Setup upterm session
60
+ uses: lhotari/action-upterm@v1
61
+ with:
62
+ ## limits ssh access and adds the ssh public key for the user which triggered the workflow
63
+ limit-access-to-actor: true
64
+ ## limits ssh access and adds the ssh public keys of the listed GitHub users
65
+ limit-access-to-users: mscottford
66
+
67
- name: Release to Rubygems
68
if: github.event_name == 'push'
69
&& github.ref == 'refs/heads/main'
0 commit comments