We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9392b commit cebedf1Copy full SHA for cebedf1
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
workflow_dispatch:
8
9
+permissions:
10
+ contents: read
11
+ id-token: write
12
+
13
jobs:
14
lint:
15
runs-on: ubuntu-latest
@@ -90,7 +94,6 @@ jobs:
90
94
with:
91
95
mode: ${{ matrix.codspeed-mode }}
92
96
run: examples/google_benchmark_cmake/build/benchmark_example
93
- token: ${{ secrets.CODSPEED_TOKEN }}
97
98
bazel-integration-tests:
99
strategy:
@@ -130,7 +133,6 @@ jobs:
130
133
131
134
132
135
run: bazel run //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
136
137
cmake-build:
138
0 commit comments