From 96f329b8d2ab82245b86beb0be835dcbd7be254a Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 26 Mar 2026 17:04:22 -0500 Subject: [PATCH] Use the `release` environment in `announce` (#18733) Otherwise, there is no approved deployment! --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf77ed8f3..eeff69753 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -293,6 +293,8 @@ jobs: # "host" however must run to completion, no skipping allowed! if: ${{ always() && needs.host.result == 'success' && (needs.custom-publish-pypi.result == 'skipped' || needs.custom-publish-pypi.result == 'success') && (needs.custom-publish-crates.result == 'skipped' || needs.custom-publish-crates.result == 'success') }} runs-on: "depot-ubuntu-latest-4" + environment: + name: release permissions: "attestations": "write" "contents": "write"