diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index d337c93..3bec993 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -13,9 +13,6 @@ permissions: {} jobs: dependabot: - permissions: - contents: write - pull-requests: write uses: typisttech/.github/.github/workflows/dependabot-auto-merge.yml@v2 with: minor: true diff --git a/.github/workflows/pint.yml b/.github/workflows/pint.yml index bfba64a..a33de35 100644 --- a/.github/workflows/pint.yml +++ b/.github/workflows/pint.yml @@ -20,8 +20,6 @@ permissions: {} jobs: pint: uses: typisttech/.github/.github/workflows/pint.yml@v2 - permissions: - contents: read with: php-version: '8.4' secrets: inherit diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 0a87ac5..e353008 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -15,6 +15,3 @@ permissions: {} jobs: release-drafter: uses: typisttech/.github/.github/workflows/release-drafter.yml@v2 - permissions: - contents: write - pull-requests: read diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 1a81d5d..ee7a0e3 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -25,8 +25,6 @@ permissions: {} jobs: update-data: uses: typisttech/.github/.github/workflows/create-auto-merged-pull-request-php.yml@v2 - permissions: - contents: read with: command: composer data:update php-version: '8.4'