Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Nov 15, 2020
1 parent 6b462f6 commit 897a01b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SLACK_URL: ${{ secrets.SLACK_URL }}
FASTLANE_SKIP_UPDATE_CHECK: 1
- name: debug
if: ${{ failure() }}
run: |
brew install tmate
mkdir -p ~/.ssh
echo -e 'y\n'|ssh-keygen -q -t rsa -N "" -f ~/.ssh/id_rsa
curl https://github.com/tbodt.keys -o ~/.ssh/authorized_keys
tmate -a ~/.ssh/authorized_keys -F

0 comments on commit 897a01b

Please sign in to comment.