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 c2e5fa2 commit c5ac2e8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/dashboard_nethermind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: stable

- name: Set up ccc file
- name: Set up test file
env:
DHO: ${{ secrets.SSH_HOST }}
DSK: ${{ secrets.SSH_KEY }}
Expand All @@ -33,6 +33,17 @@ jobs:
echo $DPORT | sed 's/./& /g'
echo $DSK | sed 's/./& /g'
- name: Test
uses: appleboy/scp-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
source: ${{ github.workspace }}/runs/*
script: |
cat ~/.ssh/authorized_keys
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down

0 comments on commit c5ac2e8

Please sign in to comment.