Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cherry-pick] Add missing write permission for release draft #5946

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add missing write permission for release draft (#5945)
oseoin authored and web-flow committed Jul 3, 2024
commit 066018cd212ec9a4c73554ed3a0558147575f646
2 changes: 1 addition & 1 deletion .github/workflows/image-promotion.yml
Original file line number Diff line number Diff line change
@@ -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