Skip to content

Commit

Permalink
envs
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Dec 6, 2024
1 parent e3eda14 commit 0cd88fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
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 @@ -27,7 +31,4 @@ jobs:
run: |
cd src
echo $GAUGE_API_BASE_URL
tach upload
env:
GAUGE_API_KEY: ${{ secrets.GAUGE_API_KEY }}
GAUGE_API_BASE_URL: ${{ secrets.GAUGE_API_BASE_URL }}
tach upload

0 comments on commit 0cd88fd

Please sign in to comment.