From fbc3e778dd3a950e911bf43e14a8905861d444ad Mon Sep 17 00:00:00 2001 From: solidsnakedev Date: Thu, 21 Aug 2025 16:12:24 -0600 Subject: [PATCH] ci(release): use write-all permissions for changesets PR creation --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c9e9e27..dcebcd2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,10 +6,7 @@ on: - main workflow_dispatch: -permissions: - contents: write - pull-requests: write - id-token: write +permissions: write-all concurrency: ${{ github.workflow }}-${{ github.ref }}