From 6e01b646c4cebe68203f599d75cb70ef9e36cbec Mon Sep 17 00:00:00 2001 From: nginx-bot <68849795+nginx-bot@users.noreply.github.com> Date: Wed, 3 Jul 2024 09:51:04 -0700 Subject: [PATCH] [cherry-pick] Add missing write permission for release draft (#5946) Add missing write permission for release draft (#5945) Co-authored-by: oseoin --- .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