Skip to content

Commit

Permalink
ci: add ssh debug plugin to integration action
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Feb 6, 2024
1 parent 9535eb7 commit b2646b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true
limit-access-to-users: vindard
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b2646b4

Please sign in to comment.