File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 workflow_dispatch :
88
9+ permissions :
10+ contents : read
11+ id-token : write
12+
913jobs :
1014 lint :
1115 runs-on : ubuntu-latest
9094 with :
9195 mode : ${{ matrix.codspeed-mode }}
9296 run : examples/google_benchmark_cmake/build/benchmark_example
93- token : ${{ secrets.CODSPEED_TOKEN }}
9497 upload-url : https://api.staging.preview.codspeed.io/upload
9598
9699 bazel-integration-tests :
@@ -131,7 +134,6 @@ jobs:
131134 with :
132135 mode : ${{ matrix.codspeed-mode }}
133136 run : bazel run //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
134- token : ${{ secrets.CODSPEED_TOKEN }}
135137 upload-url : https://api.staging.preview.codspeed.io/upload
136138
137139 cmake-build :
You can’t perform that action at this time.
0 commit comments