Skip to content

Commit 120fc0f

Browse files
authored
Merge pull request #52 from data-integrations/patch/gh-action-permission
Fix github action permission
2 parents c5af25d + 069277f commit 120fc0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ on:
2121
branches: [ develop, release/** ]
2222
types: [opened, synchronize, reopened, labeled]
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: k8s-runner-build

0 commit comments

Comments
 (0)