We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd822bd commit 3d66d80Copy full SHA for 3d66d80
.github/workflows/deploy.yml
@@ -24,13 +24,6 @@ jobs:
24
SEPOLIA_RPC_URL: ${{ vars.SEPOLIA_RPC_URL }}
25
ARBITRUM_SEPOLIA_RPC_URL: ${{ vars.ARBITRUM_SEPOLIA_RPC_URL }}
26
27
- # Build and test before deploying.
28
- ci:
29
- uses: ./.github/workflows/main.yml
30
- secrets:
31
- SEPOLIA_RPC_URL: ${{ vars.SEPOLIA_RPC_URL }}
32
- ARBITRUM_SEPOLIA_RPC_URL: ${{ vars.ARBITRUM_SEPOLIA_RPC_URL }}
33
-
34
# Deploy and verify contract.
35
deploy:
36
needs: ci
0 commit comments