From 77dcd2c4e8d6103bdbcd6dd38eeb7896947787bf Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Fri, 15 May 2026 17:33:32 -0400 Subject: [PATCH] ensure default permissions are empty Signed-off-by: Alex Goodman --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0a2438f3..20999395 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,6 @@ name: "Release" -permissions: - contents: read +permissions: {} # there should never be two releases in progress at the same time concurrency: