Skip to content

Commit 5de7e2b

Browse files
authored
Update setup-runner.yml
1 parent cb73bcc commit 5de7e2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/setup-runner.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
- name: Set up SSH connection and configure runner
4545
uses: appleboy/[email protected]
4646
with:
47-
host: ${{ secrets.HOST }}
48-
username: ${{ secrets.USERNAME }}
49-
key: ${{ secrets.KEY }}
50-
port: ${{ secrets.PORT }}
47+
host: ${{ secrets.LINUX_HOST }}
48+
username: ${{ secrets.LINUX_USER }}
49+
password: ${{ secrets.LINUX_PASSWORD }}
50+
port: ${{ secrets.LINUX_PORT }}
5151
script: |
5252
su - runner -c "
5353
mkdir -p ~/actions-runner && cd ~/actions-runner &&

0 commit comments

Comments
 (0)