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 1b14f6b commit 8c3aecb
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
@@ -1,8 +1,8 @@
name: Documentation Deployment

env:
LANA_OPENAI_API_KEY: ${{ vars.LANA_OPENAI_API_KEY }}
LANA_MODEL: ${{ vars.LANA_MODEL }}
LANA_OPENAI_API_KEY: ${{ secrets.LANA_OPENAI_API_KEY }}
LANA_MODEL: ${{ secrets.LANA_MODEL }}

on:
push:
Expand Down

0 comments on commit 8c3aecb

Please sign in to comment.