File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@v4
1717 with :
18- go-version : ' 1.22 '
18+ go-version : ' 1.21 '
1919
2020 - name : Use Node.js
2121 uses : actions/setup-node@v3
5656
5757 - name : Set Miner To Whitelist
5858 run : |
59- cast send -r 'http://5.9.87.214:8545' --private-key $ES_NODE_SIGNER_PRIVATE_KEY $ES_NODE_CONTRACT_ADDRESS "grantMinerRole(address)" $ES_NODE_STORAGE_MINER
59+ cast send -r $RPC_URL --private-key $ES_NODE_SIGNER_PRIVATE_KEY $ES_NODE_CONTRACT_ADDRESS "grantMinerRole(address)" $ES_NODE_STORAGE_MINER
6060
6161 - name : Upload Blobs
6262 run : |
9999 username : ${{ secrets.SMTP_USERNAME }}
100100 password : ${{ secrets.SMTP_PASSWORD }}
101101 subject : ${{ github.repository }} GitHub Actions ${{ github.workflow }} Run ${{ needs.integration-test.outputs.test_status }} - ${{ github.sha }}
102- to : molaokp@gmail.com,lundeng@quarkchain.org,qzhu@quarkchain.org
102+ to : molaokp@gmail.com
103103 from : ${{ secrets.SMTP_USERNAME }}
104104 body : |
105105 "GitHub Action job completed with status: ${{ needs.integration-test.outputs.test_status }}! Check the details at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
Original file line number Diff line number Diff line change 5858
5959 - name : Set Miner To Whitelist
6060 run : |
61- cast send -r 'http://5.9.87.214:8545' --private-key $ES_NODE_SIGNER_PRIVATE_KEY $ES_NODE_CONTRACT_ADDRESS "grantMinerRole(address)" $ES_NODE_STORAGE_MINER
61+ cast send -r $RPC_URL --private-key $ES_NODE_SIGNER_PRIVATE_KEY $ES_NODE_CONTRACT_ADDRESS "grantMinerRole(address)" $ES_NODE_STORAGE_MINER
6262
6363 - name : Upload Blobs
6464 run : |
You can’t perform that action at this time.
0 commit comments