Skip to content

Commit e8cf2b5

Browse files
committed
fix(ci): update beacon node URL secret for integration tests from HOLESKY to HOODI
1 parent 751b0e4 commit e8cf2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if [ "${{ matrix.network }}" = "mainnet" ]; then
4141
echo "beacon_node_url=${{ secrets.MAINNET_BEACON_NODE_URL }}" >> $GITHUB_OUTPUT
4242
else
43-
echo "beacon_node_url=${{ secrets.HOLESKY_BEACON_NODE_URL }}" >> $GITHUB_OUTPUT
43+
echo "beacon_node_url=${{ secrets.HOODI_BEACON_NODE_URL }}" >> $GITHUB_OUTPUT
4444
fi
4545
- name: Run ${{ matrix.network }}-${{ matrix.consensus }}
4646
id: run-test

0 commit comments

Comments
 (0)