Skip to content

Commit

Permalink
Merge pull request #87 from data-integrations/feature-permission
Browse files Browse the repository at this point in the history
Add permission
  • Loading branch information
itsankit-google authored Feb 3, 2025
2 parents ebcd545 + 31ef794 commit 5d97f68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ 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 5d97f68

Please sign in to comment.