Skip to content

Commit 6e01b64

Browse files
nginx-botoseoin
andauthored
[cherry-pick] Add missing write permission for release draft (#5946)
Add missing write permission for release draft (#5945) Co-authored-by: oseoin <[email protected]>
1 parent 0d4057f commit 6e01b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-promotion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ jobs:
670670
runs-on: ubuntu-22.04
671671
needs: [checks]
672672
permissions:
673-
contents: read
673+
contents: write
674674
steps:
675675
- name: Checkout Repository
676676
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

0 commit comments

Comments
 (0)