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 b68c803 commit 5561779
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 @@ -21,6 +21,18 @@ jobs:
with:
go-version: stable

- 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: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down

0 comments on commit 5561779

Please sign in to comment.