Skip to content

Commit

Permalink
Added env variables in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Noblesix960 committed Jul 24, 2024
1 parent 8e6c9f6 commit 06cc8fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest

env:
LLAMA_API_TOKEN: ${{ secrets.dev.LLAMA_API_TOKEN }}
URL: ${{ secrets.dev.URL }}
LLAMA_API_TOKEN: ${{ secrets.LLAMA_API_TOKEN }}
URL: ${{ secrets.URL }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit 06cc8fd

Please sign in to comment.