Skip to content

Commit

Permalink
Add tmate API key
Browse files Browse the repository at this point in the history
  • Loading branch information
norm committed Sep 14, 2021
1 parent abc0b97 commit cd94a08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -34,6 +34,12 @@ jobs:
host: github.com
private-key: ${{ secrets.SSH_KEY }}

- name: Add tmate API key
env:
TMATE_API_KEY: ${{ secrets.TMATE_API_KEY }}
run: |
echo "set tmate-api-key '$TMATE_API_KEY'" > ~/.tmate.conf
- name: Setup tmate debugging session
uses: mxschmitt/action-tmate@v3
with:
Expand Down

0 comments on commit cd94a08

Please sign in to comment.