File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,11 @@ jobs:
4343 # Build and test before deploying.
4444 ci :
4545 needs : validate
46- runs-on : ubuntu-latest
47- environment : ${{ inputs.environment }}
48- steps :
49- - uses : ./.github/workflows/main.yml
50- with :
51- SEPOLIA_RPC_URL : ${{ secrets.SEPOLIA_RPC_URL }}
52- ARBITRUM_SEPOLIA_RPC_URL : ${{ secrets.ARBITRUM_SEPOLIA_RPC_URL }}
46+ uses : ./.github/workflows/main.yml
47+ with :
48+ SEPOLIA_RPC_URL : ${{ secrets.SEPOLIA_RPC_URL }}
49+ ARBITRUM_SEPOLIA_RPC_URL : ${{ secrets.ARBITRUM_SEPOLIA_RPC_URL }}
50+ secrets : inherit
5351
5452 # Deploy and verify contract.
5553 deploy :
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ concurrency:
1515
1616env :
1717 FOUNDRY_PROFILE : ci
18- SEPOLIA_RPC_URL : ${{ secrets.SEPOLIA_RPC_URL }}
19- ARBITRUM_SEPOLIA_RPC_URL : ${{ secrets.ARBITRUM_SEPOLIA_RPC_URL }}
2018
2119jobs :
2220 build-and-test :
4644 - name : Run Foundry coverage
4745 env :
4846 CI : true
47+ SEPOLIA_RPC_URL : ${{ secrets.SEPOLIA_RPC_URL }}
48+ ARBITRUM_SEPOLIA_RPC_URL : ${{ secrets.ARBITRUM_SEPOLIA_RPC_URL }}
4949 run : make generate-coverage
5050
5151 - name : Upload coverage reports to Codecov
You can’t perform that action at this time.
0 commit comments