We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8076be commit 6e28457Copy full SHA for 6e28457
1 file changed
.github/workflows/run-system-tests.yaml
@@ -77,6 +77,9 @@ jobs:
77
excluded_scenarios: APM_TRACING_E2E_OTEL,APM_TRACING_E2E_SINGLE_SPAN,PROFILING # exclude flaky scenarios
78
skip_empty_scenarios: true
79
push_to_test_optimization: true
80
+ secrets:
81
+ DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
82
+ DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
83
84
# Ensure the main job is run to completion
85
check:
0 commit comments