Skip to content

Commit

Permalink
add ssh session
Browse files Browse the repository at this point in the history
  • Loading branch information
3ch023 committed Dec 23, 2024
1 parent 4b51087 commit cd858c3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-nala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 2


- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit cd858c3

Please sign in to comment.