diff --git a/.github/workflows/frontend-sourcemaps.yml b/.github/workflows/frontend-sourcemaps.yml index 38247ee..70ab116 100644 --- a/.github/workflows/frontend-sourcemaps.yml +++ b/.github/workflows/frontend-sourcemaps.yml @@ -15,7 +15,7 @@ jobs: - x64 env: DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }} - DATADOG_SITE: ${{ secrets.DATADOG_SITE }} + DATADOG_SITE: datadoghq.com RELEASE_VERSION: ${{ github.sha }} steps: - name: Check out repository