Skip to content

Commit 62275a2

Browse files
Merge pull request #282 from data-integrations/feature-permission
Add permission
2 parents b365d80 + 111bddc commit 62275a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-report.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ 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+
2429
jobs:
2530
build:
2631
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)