Skip to content

Commit 36e0d5d

Browse files
committed
update
1 parent 3dfc87f commit 36e0d5d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/integration-test-debug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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: |
@@ -99,7 +99,7 @@ jobs:
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 }}"

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)