Skip to content

Commit ad95fd2

Browse files
committed
debugging
1 parent ede6499 commit ad95fd2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@ jobs:
4646
run: |
4747
git remote -v
4848
pnpm release:tag --dryRun
49+
- name: Setup upterm session
50+
uses: lhotari/action-upterm@v1
51+
with:
52+
## limits ssh access and adds the ssh public key for the user which triggered the workflow
53+
limit-access-to-actor: true
54+
## limits ssh access and adds the ssh public keys of the listed GitHub users
55+
limit-access-to-users: brijeshb42

0 commit comments

Comments
 (0)