Skip to content

Commit

Permalink
Merge pull request #1507 from data-integrations/build-fix
Browse files Browse the repository at this point in the history
override permissions at workflow level
  • Loading branch information
itsankit-google authored Jan 30, 2025
2 parents a33b65f + 48ef76a commit afa2d5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ permissions:
contents: write # Allows writing to the repository (default is read-only)
packages: read # Allows reading GitHub Packages
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:
Expand Down

0 comments on commit afa2d5c

Please sign in to comment.