From 6eb8e399f4d47a87ce01cf640d7a0b0da993f18d Mon Sep 17 00:00:00 2001 From: caelean Date: Fri, 6 Dec 2024 16:06:38 -0800 Subject: [PATCH] localize env --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 034d772e923013..15a24c1a1748c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,6 @@ jobs: build: runs-on: ubuntu-22.04 environment: tach-demo - env: - GAUGE_API_KEY: ${{ secrets.GAUGE_API_KEY }} - GAUGE_API_BASE_URL: ${{ secrets.GAUGE_API_BASE_URL }} steps: - uses: actions/checkout@v4 @@ -28,6 +25,9 @@ jobs: python -m pip install --upgrade pip pip install tach==0.16.3 - name: tach report upload + env: + GAUGE_API_KEY: ${{ secrets.GAUGE_API_KEY }} + GAUGE_API_BASE_URL: ${{ secrets.GAUGE_API_BASE_URL }} run: | cd src echo $GAUGE_API_BASE_URL