From a1d2a72820f0ba5148300de2573c824f7e65e04b Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Wed, 10 Jan 2024 06:15:14 +0000 Subject: [PATCH] :construction_worker: add protected ci environment --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index faf0f3374..4bfd8570d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ on: jobs: release: runs-on: ubuntu-latest + environment: release permissions: id-token: write contents: write