Skip to content

Commit a14a3eb

Browse files
authoredJan 31, 2025
Merge pull request #239 from data-integrations/feature-permission
Add permission
2 parents 06899a7 + 1348629 commit a14a3eb

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)