Skip to content

Commit

Permalink
[cherry-pick] Add missing write permission for release draft (#5946)
Browse files Browse the repository at this point in the history
Add missing write permission for release draft (#5945)

Co-authored-by: oseoin <oseoin@users.noreply.github.com>
  • Loading branch information
nginx-bot and oseoin committed Jul 3, 2024
1 parent 0d4057f commit 6e01b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-promotion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e01b64

Please sign in to comment.