Skip to content

Commit 55f4da9

Browse files
committed
ci: add missing token permissions.
1 parent 86226f5 commit 55f4da9

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/workflows/branches.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
schedule:
1414
- cron: "0 0 * * *"
1515

16+
permissions:
17+
contents: read
18+
checks: write
19+
pull-requests: write
20+
1621
jobs:
1722
lint:
1823
name: Lint PyFunceble

.github/workflows/dev.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
schedule:
1010
- cron: "0 0 * * *"
1111

12+
permissions:
13+
contents: read
14+
checks: write
15+
pull-requests: write
16+
1217
jobs:
1318
lint:
1419
name: Lint PyFunceble

.github/workflows/stable.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
schedule:
1010
- cron: "0 0 * * *"
1111

12+
permissions:
13+
contents: read
14+
checks: write
15+
pull-requests: write
16+
1217
jobs:
1318
lint:
1419
name: Lint PyFunceble

0 commit comments

Comments
 (0)