From 9237d9c9ac1cb3851a7bf38b302633e234ac30eb Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 8 Aug 2026 10:42:32 -0300 Subject: [PATCH] Use environment for deploying As good practice (https://github.com/pytest-dev/pytest-forked/pull/104#issuecomment-5226151648). --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bca2db5..f4726f2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,6 +33,8 @@ jobs: permissions: id-token: write + environment: deploy + steps: - name: Download Package uses: actions/download-artifact@v8