Skip to content

Commit e0b9abd

Browse files
committed
add lodestar action
1 parent 0013a07 commit e0b9abd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/lodestar.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on:
2+
release:
3+
types: [published]
4+
jobs:
5+
lodestar:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "TIMESTAMP=$(date +%Y%m%d%H%M)" >> $GITHUB_ENV
9+
- uses: robinraju/[email protected]
10+
with:
11+
repository: "ChainSafe/lodestar"
12+
latest: true
13+
fileName: "*"
14+
- uses: valist-io/[email protected]
15+
with:
16+
rpc-url: https://rpc.valist.io/mumbai
17+
private-key: ${{ secrets.PRIVATE_KEY }}
18+
account: nasdf
19+
project: lodestar
20+
release: ${{ env.TIMESTAMP }}
21+
files: '**'

0 commit comments

Comments
 (0)