From 77ed12b3ba6b9a6c9c240e0f08c5994664f6b7e6 Mon Sep 17 00:00:00 2001 From: Mathieu Veber Date: Mon, 16 Sep 2024 13:22:54 +0200 Subject: [PATCH] fix(test): do not overwrite env --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 0a30d77..8f49c58 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -92,7 +92,7 @@ jobs: pattern: dist - name: Load Environment Variables - run: (op read op://Github/${{ github.event.repository.name }}/ENV_FILE || true) > .env + run: (op read op://Github/${{ github.event.repository.name }}/ENV_FILE || true) >> .env env: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}