We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0013a07 commit e0b9abdCopy full SHA for e0b9abd
.github/workflows/lodestar.yml
@@ -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
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