Skip to content

Commit

Permalink
Add-permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Komal Yadav committed Jan 31, 2025
1 parent b73b165 commit 4b4a754
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ on:
types:
- completed

permissions:
actions: read # Allows reading workflow run information
statuses: write # Required if the action updates commit statuses
checks: write # Required if it updates GitHub Checks API

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b4a754

Please sign in to comment.