From 607aa6dbe1cf2696d7d94dce852132673011de29 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Tue, 19 Dec 2023 17:37:49 +0100 Subject: [PATCH] ci: allow on-release workflow to delete branches --- .github/workflows/on-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 02a94b4a4..20742b691 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 permissions: id-token: write - contents: read + contents: write env: FULL_VERSION: ${{ github.event.release.tag_name }}${{ github.event.inputs.tag }} outputs: @@ -124,7 +124,7 @@ jobs: runs-on: ubuntu-22.04 permissions: id-token: write - contents: read + contents: write steps: - name: Checkout uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0