From 6a569599b64f7b6e2aabebd6289e1a6e2e5afc0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sam=20Carr=C3=A9?= <29132017+Sammyjo20@users.noreply.github.com> Date: Fri, 28 Jan 2022 19:39:56 +0000 Subject: [PATCH] Update php-cs-fixer.yml --- .github/workflows/php-cs-fixer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 33a8cb68..066a5463 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} + token: ${{ secrets.PHP_CS_FIXER }} - name: Run PHP CS Fixer uses: docker://oskarstark/php-cs-fixer-ga with: