Skip to content

Commit

Permalink
Pass secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Dec 16, 2024
1 parent 47091dd commit 738a6c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
- name: run acceptance test
run: |
export BRANCH_NAME=$(echo $GITHUB_REF | awk -F'/' '{print $3}')
export BENCHMARK_API_KEY_PROD=${{ secrets.BENCHMARK_API_KEY_PROD }}
export SLACK_URL_DEV_SCIENCE=${{ secrets.SLACK_URL_DEV_SCIENCE }}
python .nextmv/benchmark.py

0 comments on commit 738a6c2

Please sign in to comment.