From 71c73b20cadfdef6f1f48ebfdba8023007a0b77b Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 18 Jan 2025 14:58:44 +0100 Subject: [PATCH] ci: Remove left-over permissions setting from tag job This has been replaced by using the SSH key. --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e91407b0..f945daf6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,8 +59,6 @@ jobs: if: | vars.RELEASE_ENABLED && startsWith(github.ref, 'refs/heads/') - permissions: - contents: write runs-on: ubuntu-24.04 needs: - docs