Skip to content

Commit f36a716

Browse files
Merge pull request #57 from data-integrations/feature-permission
Add permission
2 parents 27b40cb + a7d232c commit f36a716

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-report.yml

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ on:
2121
types:
2222
- completed
2323

24+
permissions:
25+
actions: read # Allows reading workflow run information
26+
statuses: write # Required if the action updates commit statuses
27+
checks: write # Required if it updates GitHub Checks API
28+
29+
2430
jobs:
2531
build:
2632
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)