From db4aec74830f1e46a32db1924664c885ab0a02eb Mon Sep 17 00:00:00 2001 From: caelean Date: Fri, 6 Dec 2024 15:45:47 -0800 Subject: [PATCH] reference secret --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }}