mirror of
https://github.com/docker/cli.git
synced 2026-09-27 09:46:01 -04:00
Merge pull request #7223 from vvoland/fix-review
gha: Grant PR review permissions required by v2.0.3
This commit is contained in:
@@ -18,6 +18,6 @@ jobs:
|
||||
issues: write # Create security incident issues if secrets detected
|
||||
checks: write # (Optional) Show review progress as a check run
|
||||
id-token: write # Required for OIDC authentication to AWS Secrets Manager
|
||||
actions: read # Download artifacts from trigger workflow
|
||||
actions: write # Required since v2.0.3 — review-lock cache cleanup and feedback artifacts
|
||||
with:
|
||||
trigger-run-id: ${{ github.event_name == 'workflow_run' && format('{0}', github.event.workflow_run.id) || '' }}
|
||||
|
||||
Reference in New Issue
Block a user