Skip to content

Commit 8d03921

Browse files
ci: use staging environment
1 parent 69c156b commit 8d03921

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: CodSpeedHQ/action@main
2929
with:
3030
mode: instrumentation
31+
upload-url: ${{ secrets.STAGING_CODSPEED_UPLOAD_URL }}
3132
run: |
3233
pnpm moon run tinybench-plugin:bench
3334
pnpm moon run vitest-plugin:bench
@@ -57,6 +58,7 @@ jobs:
5758
uses: CodSpeedHQ/action@main
5859
with:
5960
mode: walltime
61+
upload-url: ${{ secrets.STAGING_CODSPEED_UPLOAD_URL }}
6062
run: |
6163
pnpm moon run tinybench-plugin:bench
6264
pnpm moon run vitest-plugin:bench

0 commit comments

Comments
 (0)