Skip to content

Commit 9d47d88

Browse files
committed
ci: apply review
1 parent 34a8f36 commit 9d47d88

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/integration.yaml

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

6-
permissions:
7-
contents: write
8-
pull-requests: write
9-
106
jobs:
117
linelint:
128
runs-on: ubuntu-latest
@@ -17,6 +13,11 @@ jobs:
1713
label-lang:
1814
runs-on: ubuntu-latest
1915
continue-on-error: true
16+
17+
permissions:
18+
contents: write
19+
pull-requests: write
20+
2021
steps:
2122
- name: Checkout code
2223
uses: actions/checkout@v4

0 commit comments

Comments
 (0)