Skip to content

Commit 080654f

Browse files
committed
fix: Update CI job to use secrets instead of with for RPC URLs
1 parent ccaf928 commit 080654f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ci:
4545
needs: validate
4646
uses: ./.github/workflows/main.yml
47-
with:
47+
secrets:
4848
SEPOLIA_RPC_URL: ${{ secrets.SEPOLIA_RPC_URL }}
4949
ARBITRUM_SEPOLIA_RPC_URL: ${{ secrets.ARBITRUM_SEPOLIA_RPC_URL }}
5050

0 commit comments

Comments
 (0)