Skip to content

Commit 4deb7db

Browse files
authored
chore(ci): use tokenless upload
1 parent ed96d59 commit 4deb7db

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@ jobs:
5454
uses: CodSpeedHQ/action@v3
5555
with:
5656
run: just run
57-
token: ${{ secrets.CODSPEED_TOKEN }}
58-
upload-url: https://api.staging.preview.codspeed.io/upload
5957

6058
benchmarks-walltime:
6159
name: Run walltime benchmarks
62-
runs-on: codspeed-macro-staging
60+
runs-on: codspeed-macro
6361
env:
6462
CODSPEED_LOG: debug
6563
steps:
@@ -78,5 +76,3 @@ jobs:
7876
uses: CodSpeedHQ/action@v3
7977
with:
8078
run: just run
81-
token: ${{ secrets.CODSPEED_TOKEN }}
82-
upload-url: https://api.staging.preview.codspeed.io/upload

0 commit comments

Comments
 (0)