Skip to content

Commit

Permalink
feat: Add beacon node headers to smoke test config
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Aug 9, 2024
1 parent 70f8350 commit e2e9323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cannon-smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -117,7 +119,6 @@ jobs:
batchTimeout: 1s
exportTimeout: 30s
maxExportBatchSize: 512
EOF
- name: Show config
run: |
cat /tmp/cannon_config.yaml
Expand Down

0 comments on commit e2e9323

Please sign in to comment.