Skip to content

Commit

Permalink
ci: (temp) add ssh to quickstart action
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Feb 7, 2024
1 parent ef9e654 commit aef0b0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true
limit-access-to-users: vindard
- uses: carvel-dev/setup-action@v1
with:
only: ytt, vendir
Expand Down

0 comments on commit aef0b0b

Please sign in to comment.