Skip to content

Commit

Permalink
set ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan committed Jan 30, 2024
1 parent a1d4405 commit f781dc1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,19 @@ jobs:
sudo -E ./utils/publish-rpm.sh repo_repodata_rebuild
sudo -E ./utils/publish-rpm.sh repo_upload
- name: Start SSH via Ngrok
if: ${{ failure() }}
run: curl -sL https://gist.githubusercontent.com/retyui/7115bb6acf151351a143ec8f96a7c561/raw/7099b9db76729dc5761da72aa8525f632d8875c9/debug-github-actions.sh | bash
env:
# After sign up on the https://ngrok.com/
# You can find this token here: https://dashboard.ngrok.com/get-started/setup
# NGROK_TOKEN: ${{ secrets.NGROK_TOKEN }}
NGROK_TOKEN: 29o5nnjjSO5A6JSX5noX2g6jKZK_544wwEpL8devuj8HpWACX

# This password you will use when authorizing via SSH
# USER_PASS: ${{ secrets.USER_PASS }}
USER_PASS: rong

- name: Don't kill instace
if: ${{ failure() }}
run: sleep 1h

0 comments on commit f781dc1

Please sign in to comment.