From 1b4f653873011e7bf0e88810d30e0a7169663a95 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 10 Sep 2026 10:51:16 +0200 Subject: [PATCH 1/2] ci: remove unused release actions permission --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95e608064..be0f31e11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -236,7 +236,6 @@ jobs: if: always() && needs.version-bump.outputs.committed == 'true' permissions: contents: write - actions: write env: SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} From 23ed00daae2fffc85088c876e3fc04225967d473 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 10 Sep 2026 11:13:55 +0200 Subject: [PATCH 2/2] ci: remove redundant release contents permission --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be0f31e11..f76e1ee75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: if: always() && needs.check-changesets.outputs.has-changesets == 'true' environment: 'Release' permissions: - contents: write + contents: read outputs: committed: ${{ steps.commit-version-bump.outputs.commit-hash != '' }} steps: