From c3e0fae7bf81b66e5999a54efda06c99917f04f4 Mon Sep 17 00:00:00 2001 From: tijsziere <39266480+tijsziere@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:34:54 +0200 Subject: [PATCH] incl secrets --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b1e5cd4..168e878 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -31,6 +31,7 @@ jobs: echo "APPLICATIONINSIGHTS_CONNECTION_STRING=${{ secrets.APPLICATIONINSIGHTS_CONNECTION_STRING }}" >> $GITHUB_ENV echo "COSMOS_URL=${{ secrets.COSMOS_URL }}" >> $GITHUB_ENV echo "COSMOS_KEY=${{ secrets.COSMOS_KEY }}" >> $GITHUB_ENV + echo "PORT=${{ secrets.PORT }}" >> $GITHUB_ENV - name: Test with pytest run: | pytest