Skip to content

Commit e4ea107

Browse files
committed
GitHub Actions: Reduce token permissions
1 parent 4c626fe commit e4ea107

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ permissions: {}
1313

1414
jobs:
1515
dependabot:
16-
permissions:
17-
contents: write
18-
pull-requests: write
1916
uses: typisttech/.github/.github/workflows/dependabot-auto-merge.yml@v2
2017
with:
2118
minor: true

.github/workflows/pint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ permissions: {}
2020
jobs:
2121
pint:
2222
uses: typisttech/.github/.github/workflows/pint.yml@v2
23-
permissions:
24-
contents: read
2523
with:
2624
php-version: '8.4'
2725
secrets: inherit

.github/workflows/release-drafter.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ permissions: {}
1515
jobs:
1616
release-drafter:
1717
uses: typisttech/.github/.github/workflows/release-drafter.yml@v2
18-
permissions:
19-
contents: write
20-
pull-requests: read

.github/workflows/update-data.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ permissions: {}
2525
jobs:
2626
update-data:
2727
uses: typisttech/.github/.github/workflows/create-auto-merged-pull-request-php.yml@v2
28-
permissions:
29-
contents: read
3028
with:
3129
command: composer data:update
3230
php-version: '8.4'

0 commit comments

Comments
 (0)