Skip to content

Commit

Permalink
Add tmate debug
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Nov 22, 2023
1 parent c6cdb36 commit 6b1b31a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.VA_MOBILE_ROBOT_GITHUB_PAT }}
run: |
echo "${{ secrets.GITHUB_TOKEN }}" >> token.txt
echo "${{ secrets.VA_MOBILE_ROBOT_GITHUB_PAT }}" >> token.txt
git config --global user.name 'VA Automation Bot'
git config --global user.email '[email protected]'
git pull
Expand Down Expand Up @@ -131,3 +133,7 @@ jobs:
}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_OAUTH_TOKEN }}
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15

0 comments on commit 6b1b31a

Please sign in to comment.