Skip to content

Commit

Permalink
fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
rrg92 committed Sep 17, 2024
1 parent 1699a72 commit 72728ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
Test:
uses: ./.github/workflows/test.yml
with:
TestModel: ${{ env.POWERSHAI_TEST_MODELS }}
TestModel: ${{ vars.POWERSHAI_TEST_MODELS }}
secrets:
HuggingFaceToken: ${{ secrets.HF_API_TOKEN }}
OpenaiToken: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit 72728ce

Please sign in to comment.