Skip to content

Commit

Permalink
update env vars from ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
murilommen committed Dec 3, 2024
1 parent fc65122 commit a566e67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
- name: Run test
run: make test
env:
ORG_ID : ${{ secrets.ORG_ID }}
DATASET_ID : ${{ secrets.DATASET_ID }}
WHYLABS_DEFAULT_ORG_ID : ${{ secrets.WHYLABS_DEFAULT_ORG_ID }}
WHYLABS_DEFAULT_DATASET_ID : ${{ secrets.WHYLABS_DEFAULT_DATASET_ID }}
WHYLABS_API_KEY : ${{ secrets.WHYLABS_API_KEY }}
MONITOR_ID : ${{ secrets.MONITOR_ID }}
ANALYZER_ID : ${{ secrets.ANALYZER_ID }}
WHYLABS_DEFAULT_MONITOR_ID : ${{ secrets.WHYLABS_DEFAULT_MONITOR_ID }}
WHYLABS_DEFAULT_ANALYZER_ID : ${{ secrets.WHYLABS_DEFAULT_ANALYZER_ID }}
DEV_WHYLABS_API_KEY: ${{secrets.DEV_WHYLABS_API_KEY}}
DEV_ORG_ID: ${{secrets.DEV_ORG_ID}}
DEV_DATASET_ID: ${{secrets.DEV_DATASET_ID}}

0 comments on commit a566e67

Please sign in to comment.