We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede6499 commit ad95fd2Copy full SHA for ad95fd2
.github/workflows/ci.yml
@@ -46,3 +46,10 @@ jobs:
46
run: |
47
git remote -v
48
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