From c1ed25f057c34bdeebfb29bcb62fef4a69abc139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20G=C3=B3mez?= Date: Wed, 16 Oct 2024 22:57:21 +0200 Subject: [PATCH] Actuall set env according to docs. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a510c2..530b60b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: run: hatch fmt --linter - name: Set env - run: echo "GITHUB_TOKEN=MY_GITHUB_TOKEN" >> "$GITHUB_TOKEN" + run: echo "GITHUB_TOKEN=MY_GITHUB_TOKEN" >> "$GITHUB_ENV" - name: Run tests run: hatch test --python ${{ matrix.python-version }} --cover --randomize --parallel --retries 2 --retry-delay 1