Skip to content

Commit d3859b6

Browse files
committed
ci: add permissions on contents and pull-requests
1 parent 559dfdb commit d3859b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: 🔄 Integration
33
on:
44
pull_request:
55

6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
610
jobs:
711
linelint:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)