We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc7b1a commit 5aa8faeCopy full SHA for 5aa8fae
1 file changed
.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
upload-url: https://api.staging.preview.codspeed.io/upload
98
99
bazel-integration-tests:
@@ -131,7 +134,6 @@ jobs:
131
134
132
135
133
136
run: bazel run //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
137
138
139
cmake-build:
0 commit comments