Skip to content

Commit 5a02e8b

Browse files
committed
Merge branch 'master' into dd/fix/pekko-http-flaky-test-exception
2 parents b36d2dd + 6e28457 commit 5a02e8b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-system-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
excluded_scenarios: APM_TRACING_E2E_OTEL,APM_TRACING_E2E_SINGLE_SPAN,PROFILING # exclude flaky scenarios
7878
skip_empty_scenarios: true
7979
push_to_test_optimization: true
80+
secrets:
81+
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
82+
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
8083

8184
# Ensure the main job is run to completion
8285
check:

0 commit comments

Comments
 (0)