From e2e9323417da23d09498810b213b04c8ae58ad5a Mon Sep 17 00:00:00 2001 From: Sam Calder-Mason Date: Fri, 9 Aug 2024 14:51:31 +1000 Subject: [PATCH] feat: Add beacon node headers to smoke test config --- .github/workflows/cannon-smoke-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cannon-smoke-test.yaml b/.github/workflows/cannon-smoke-test.yaml index f7be4d41..da96eae5 100644 --- a/.github/workflows/cannon-smoke-test.yaml +++ b/.github/workflows/cannon-smoke-test.yaml @@ -102,6 +102,8 @@ jobs: ethereum: beaconNodeAddress: "https://bn-holesky-lighthouse-erigon-001.utility.production.platform.ethpandaops.io" + beaconNodeHeaders: + Authorization: "AUTH_HEADER" coordinator: address: xatu-server:8080 @@ -117,7 +119,6 @@ jobs: batchTimeout: 1s exportTimeout: 30s maxExportBatchSize: 512 - EOF - name: Show config run: | cat /tmp/cannon_config.yaml