Skip to content

Commit d9fdad7

Browse files
committed
Adds debugging step
1 parent 4f470ef commit d9fdad7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

+8
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ jobs:
5656
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
5757
run: bundle exec rake version:bump:patch
5858

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+
5967
- name: Release to Rubygems
6068
if: github.event_name == 'push'
6169
&& github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)