File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 runs-on : ubuntu-latest
3737 timeout-minutes : 30
3838 env :
39- DATIL_COMMIT_HASH : ae3c20e07eb933b61073689b95f56867c03de252
39+ DATIL_COMMIT_HASH : 8f290d6c346523c1681260a01bb30903b3205374
4040 steps :
4141 - name : Checkout repo
4242 uses : actions/checkout@v2
6868 run : docker pull ghcr.io/lit-protocol/shiva:latest
6969 - name : Run Shiva Container
7070 id : shiva-runner
71- run : docker run -d -m 32g -p 8000:8000 -p 8545:8545 -p 7470:7470 -p 7471:7471 -p 7472:7472 -p 7473:7473 -p 7474:7474 -p 7475:7475 -v ${{github.workspace}}/lit-assets:/data -e GH_PAT=${{secrets.GH_PAT}} -e HASH=$DATIL_COMMIT_HASH -e IPFS_API_KEY=${{secrets.IPFS_API_KEY}} --name shiva ghcr.io/lit-protocol/shiva:latest
71+ run : docker run -d -m 32g -p 8000:8000 -p 8545:8545 -p 7470:7470 -p 7471:7471 -p 7472:7472 -p 7473:7473 -p 7474:7474 -p 7475:7475 -v ${{github.workspace}}/lit-assets:/data -e GH_PAT=${{secrets.GH_PAT}} -e HASH=$DATIL_COMMIT_HASH -e IPFS_API_KEY=${{secrets.IPFS_API_KEY}} --name shiva ghcr.io/lit-protocol/shiva:snap-shot-test
7272 - name : Set up Node.js
7373 uses : actions/setup-node@v3
7474 with :
You can’t perform that action at this time.
0 commit comments