Skip to content

Commit

Permalink
localize env
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Dec 7, 2024
1 parent 0cd88fd commit 6eb8e39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 6eb8e39

Please sign in to comment.