Update python-app.yml

This commit is contained in:
2025-01-09 22:54:28 +09:00 committed by GitHub
commit b4a5e88a4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,16 +63,16 @@ jobs:
ls -al ls -al
./gen-config.sh ./gen-config.sh
- name: Add SSH private key #- name: Add SSH private key
run: | # run: |
mkdir -p ~/.ssh # mkdir -p ~/.ssh
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519 # echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519 # chmod 600 ~/.ssh/id_ed25519
- name: Start SOCKS proxy with SSH #- name: Start SOCKS proxy with SSH
run: | # run: |
ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_ed25519 -D 9999 -f -N imnyang@imnya.ng -p5322 # ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_ed25519 -D 9999 -f -N imnyang@imnya.ng -p5322
echo "SOCKS proxy started" # echo "SOCKS proxy started"
- name: Run - name: Run
run: | run: |