We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e87745 commit ca576a2Copy full SHA for ca576a2
.gitlab/benchmarks/microbenchmarks.yml
@@ -92,6 +92,7 @@ run-benchmarks:
92
- !reference [.dd-octo-sts-setup, before_script]
93
script:
94
- git clone --branch $BP_INFRA_BENCHMARKING_PLATFORM_BRANCH https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform platform
95
+ - export GITHUB_TOKEN=$(cat /tmp/github-token)
96
- ./platform/steps/run-windows-benchmarks.sh
97
after_script:
98
# Future improvement: Ideally, should be in a script.
0 commit comments