Skip to content

Commit

Permalink
fix(ci): set env vars from gh secrets
Browse files Browse the repository at this point in the history
Signed-off-by: jonathan zollinger <jonathan.zollinger@outlook.com>
  • Loading branch information
Jonathan-Zollinger committed Mar 1, 2024
1 parent 18fd16c commit 0e6f4d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mvn-test_push_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
jobs:
test:
env:
THRESHR_KEY: ${{ vars.THRESHR_KEY }}
THRESHR_KEY: ${{ secrets.THRESHR_KEY }}
THRESHR_CHANNEL: ${{ vars.THRESHR_CHANNEL }}
TEST_DATASOURCES_DEFAULT_URL: ${{ secrets.TEST_DATASOURCES_DEFAULT_URL }}

environment: redsky api
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0e6f4d7

Please sign in to comment.