Skip to content

Commit a72ba2a

Browse files
committed
Adds debugging step
1 parent 14506e5 commit a72ba2a

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
@@ -47,6 +47,14 @@ jobs:
4747
with:
4848
token: ${{ secrets.RUBYGEMS_API_KEY }}
4949

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+
5058
- name: Bump version
5159
if: github.event_name == 'push'
5260
&& github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)