From 6dc1b4a73bb1e6f3da8d3e183024242422745471 Mon Sep 17 00:00:00 2001 From: Andrey Markov Date: Tue, 23 Jun 2026 11:03:00 +0300 Subject: [PATCH] ci: require publish environment approval --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a76bdb9..24388aa 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -29,6 +29,7 @@ jobs: needs: release-please if: ${{ needs.release-please.outputs.release_created == 'true' }} runs-on: ubuntu-latest + environment: publish permissions: contents: read packages: write