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 a23d56a commit 26a86c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest

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

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 26a86c5

Please sign in to comment.