From 92e28b56ea9cd806c96be9035f192dc7bc84ee7e Mon Sep 17 00:00:00 2001 From: Bruce Bujon Date: Mon, 20 Apr 2026 17:47:40 +0200 Subject: [PATCH] feat(ci): Add missing Docker Hub credentials to help with rate limiting --- .github/workflows/run-system-tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-system-tests.yaml b/.github/workflows/run-system-tests.yaml index 777f8fa5cae..6603f780677 100644 --- a/.github/workflows/run-system-tests.yaml +++ b/.github/workflows/run-system-tests.yaml @@ -77,6 +77,9 @@ jobs: excluded_scenarios: APM_TRACING_E2E_OTEL,APM_TRACING_E2E_SINGLE_SPAN,PROFILING # exclude flaky scenarios skip_empty_scenarios: true push_to_test_optimization: true + secrets: + DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} + DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} # Ensure the main job is run to completion check: