diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e3844f..0d7ec2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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