We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb73bcc commit 5de7e2bCopy full SHA for 5de7e2b
.github/workflows/setup-runner.yml
@@ -44,10 +44,10 @@ jobs:
44
- name: Set up SSH connection and configure runner
45
uses: appleboy/[email protected]
46
with:
47
- host: ${{ secrets.HOST }}
48
- username: ${{ secrets.USERNAME }}
49
- key: ${{ secrets.KEY }}
50
- port: ${{ secrets.PORT }}
+ host: ${{ secrets.LINUX_HOST }}
+ username: ${{ secrets.LINUX_USER }}
+ password: ${{ secrets.LINUX_PASSWORD }}
+ port: ${{ secrets.LINUX_PORT }}
51
script: |
52
su - runner -c "
53
mkdir -p ~/actions-runner && cd ~/actions-runner &&
0 commit comments