Skip to content

Commit

Permalink
Merge pull request #50 from data-integrations/feature-permission
Browse files Browse the repository at this point in the history
Add permission
  • Loading branch information
itsankit-google authored Jan 31, 2025
2 parents 0109bdf + 5d8c9c2 commit c5af25d
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 c5af25d

Please sign in to comment.