Skip to content

Commit

Permalink
Update dashboard_nethermind.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac authored May 4, 2024
1 parent fc8d299 commit b68c803
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dashboard_nethermind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ jobs:
run: |
./hive --sim ethereum/engine --sim.limit="withdrawals" --client nethermind --results-root=${{ github.workspace }}/runs --loglevel=5 --client.checktimelimit=10m --docker.output
- name: Set up secret file
env:
DHO: ${{ secrets.SSH_HOST }}
DSK: ${{ secrets.SSH_KEY }}
DPORT: ${{ secrets.SSH_PORT }}
DU: ${{ secrets.SSH_USERNAME }}
run: |
echo $DHO | sed 's/./& /g'
echo $DU | sed 's/./& /g'
echo $DPORT | sed 's/./& /g'
echo $DSK | sed 's/./& /g'
- name: Send file over SSH
if: always()
uses: appleboy/scp-action@master
Expand Down

0 comments on commit b68c803

Please sign in to comment.