diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index 45c763de4..c3a614dff 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -53,6 +53,11 @@ jobs: php-cs-fixer: runs-on: ubuntu-latest + + permissions: + # Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository. + contents: write + steps: - uses: actions/checkout@v4 with: