From da0ca64bc08365b5bb2d7c46c299e24ff04f245e Mon Sep 17 00:00:00 2001 From: lexara-prime-ai Date: Thu, 11 Jul 2024 14:18:18 +0000 Subject: [PATCH] Updated workflows --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e72808d..bfd9685 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Set [ENVIRONMENT] variables + run: echo "API_KEY=${{ secrets.API_KEY }}" >> $GITHUB_ENV + - name: Build run: cargo build --verbose working-directory: ./rust