diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 0325f950ee..1192b0af30 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -181,7 +181,7 @@ jobs: BASE_SHA: ${{ steps.base-sha.outputs.result }} COMMITTED_AT: ${{ steps.commit-timestamp.outputs.result }} CODEVITALS_PROJECT_TOKEN: ${{ secrets.CODEVITALS_PROJECT_TOKEN }} - HOST_NAME: "codevitals.run" + HOST_NAME: "www.codevitals.run" run: node ./tests/performance/log-results.js $CODEVITALS_PROJECT_TOKEN trunk $GITHUB_SHA $BASE_SHA $COMMITTED_AT $HOST_NAME - name: Ensure version-controlled files are not modified or deleted