Skip to content

Commit

Permalink
MINOR: explicitly grant "statuses: write" permission in ci-complete.y…
Browse files Browse the repository at this point in the history
…ml (#17142)

Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
mumrah authored Sep 10, 2024
1 parent 821c101 commit b22e848
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ run-name: Build Scans for ${{ github.event.workflow_run.display_title}}
# If we need to do things like comment on, label, or otherwise modify PRs from public forks. This
# workflow is the place to do it. PR number is ${{ github.event.workflow_run.pull_requests[0].number }}

permissions:
statuses: write

jobs:
upload-build-scan:
# Skip this workflow if CI was run for anything other than "pull_request" (like "push").
Expand Down

0 comments on commit b22e848

Please sign in to comment.