From 066018cd212ec9a4c73554ed3a0558147575f646 Mon Sep 17 00:00:00 2001 From: oseoin Date: Wed, 3 Jul 2024 17:12:34 +0100 Subject: [PATCH] Add missing write permission for release draft (#5945) --- .github/workflows/image-promotion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-promotion.yml b/.github/workflows/image-promotion.yml index 32e5e3cde5..ca83d43284 100644 --- a/.github/workflows/image-promotion.yml +++ b/.github/workflows/image-promotion.yml @@ -670,7 +670,7 @@ jobs: runs-on: ubuntu-22.04 needs: [checks] permissions: - contents: read + contents: write steps: - name: Checkout Repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7