Skip to content

Commit

Permalink
use tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Jan 26, 2024
1 parent bfd999d commit c908dd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
sparse-checkout: bundles
sparse-checkout-cone-mode: false
token: ${{ secrets.CONNECT_PAT }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

- run: chmod -R +x ./bin
- run: echo "${FUZZBUCKET_SSH_KEY}" > test/cy/fuzzbucket-ssh-key && chmod 600 test/cy/fuzzbucket-ssh-key
- run: just cy install
Expand Down

0 comments on commit c908dd9

Please sign in to comment.