Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FotieMConstant authored Sep 22, 2024
1 parent 9b84a25 commit c0bf414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
needs: install
runs-on: ubuntu-latest
env:
LANA_OPENAI_API_KEY: ${{ secrets.LANA_OPENAI_API_KEY }}
LANA_MODEL: ${{ secrets.LANA_MODEL }}
LANA_OPENAI_API_KEY: ${{ vars.LANA_OPENAI_API_KEY }}
LANA_MODEL: ${{ vars.LANA_MODEL }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit c0bf414

Please sign in to comment.