File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 4242 uses : actions/checkout@v2
4343 with :
4444 fetch-depth : 0
45- - name : Checkout Lit Actions
46- uses : actions/checkout@v4
47- id : checkout
48- with :
49- fetch-depth : 0
50- repository : LIT-Protocol/lit-assets
51- ref : ${{env.DATIL_COMMIT_HASH}}
52- token : ${{secrets.GH_PAT}}
53- path : ${{ github.workspace }}/lit-assets/
54- submodules : false
55- sparse-checkout : |
56- blockchain
57- rust/lit-node
58- - name : Check LA dir
59- run : ls -la ${{github.workspace}}/lit-assets
60- - name : Install LA Blockchain Dependencies
61- run : npm i
62- working-directory : ${{github.workspace}}/lit-assets/blockchain/contracts
6345 - name : Docker login
6446 id : login
6547 run : docker login ghcr.io/ -u ${{secrets.GH_USER}} --password ${{secrets.GH_PAT}}
6850 run : docker pull ghcr.io/lit-protocol/shiva:latest
6951 - name : Run Shiva Container
7052 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:snap-shot-test
53+ 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 -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
7254 - name : Set up Node.js
7355 uses : actions/setup-node@v3
7456 with :
You can’t perform that action at this time.
0 commit comments