File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ jobs:
4141 echo "Deploying to network '${{ inputs.network }}' with environment '${{ inputs.environment }}'."
4242
4343 # Build and test before deploying.
44- # ci:
45- # needs: validate
46- # uses: ./.github/workflows/main.yml
47- # secrets:
48- # SEPOLIA_RPC_URL: ${{ secrets.SEPOLIA_RPC_URL }}
49- # ARBITRUM_SEPOLIA_RPC_URL: ${{ secrets.ARBITRUM_SEPOLIA_RPC_URL }}
44+ ci :
45+ needs : validate
46+ uses : ./.github/workflows/main.yml
47+ secrets :
48+ SEPOLIA_RPC_URL : ${{ secrets.SEPOLIA_RPC_URL }}
49+ ARBITRUM_SEPOLIA_RPC_URL : ${{ secrets.ARBITRUM_SEPOLIA_RPC_URL }}
5050
5151 # Deploy and verify contract.
5252 deploy :
53- # needs: ci
53+ needs : ci
5454 runs-on : ubuntu-latest
5555 permissions :
5656 contents : write # Required to commit deployment files.
You can’t perform that action at this time.
0 commit comments