diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e45ec508a6349..3a37540bf1d9fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,4 +26,7 @@ jobs: - name: tach report upload run: | cd src - tach upload \ No newline at end of file + tach upload + env: + GAUGE_API_KEY: ${{ secrets.GAUGE_API_KEY }} + GAUGE_API_BASE_URL: ${{ secrets.GAUGE_API_BASE_URL }}