Skip to content

Commit

Permalink
Fixing use of variable
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Dec 17, 2024
1 parent bd8cf40 commit 037545b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ env:
jobs:
auto-benchmark:
runs-on: ubuntu-latest
env:
BENCHMARK_ACCOUNT_ID: ${{ vars.BENCHMARK_ACCOUNT_ID }}
steps:
- name: git clone
uses: actions/checkout@v4
Expand All @@ -32,5 +34,4 @@ jobs:
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 }}
export BENCHMARK_ACCOUNT_ID=${{ env.BENCHMARK_ACCOUNT_ID }}
python .nextmv/benchmark.py

0 comments on commit 037545b

Please sign in to comment.