Skip to content

Commit

Permalink
ci: try switching to appleboy/ssh-action to fix auth failure
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Apr 22, 2024
1 parent fa2d52a commit 2e2b6ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/toolforge-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: garygrossgarten/github-action-ssh@915e492551885a89131e21d85f2e043c96abff80
- uses: appleboy/ssh-action@551964ebda1034f0b5449d74db25c42e371ca1f7
with:
command: >-
script: >-
become sdzerobot bash -c '
set -eo pipefail;
cd /data/project/sdzerobot/mwn;
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
'
host: login.toolforge.org
username: sd
privateKey: ${{ secrets.TOOLFORGE_PRIVATE_KEY }}
key: ${{ secrets.TOOLFORGE_PRIVATE_KEY }}

0 comments on commit 2e2b6ae

Please sign in to comment.