Skip to content

Commit 6e28457

Browse files
feat(ci): Add missing Docker Hub credentials to help with rate limiting (#11165)
feat(ci): Add missing Docker Hub credentials to help with rate limiting Co-authored-by: bruce.bujon <bruce.bujon@datadoghq.com>
1 parent f8076be commit 6e28457

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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)