From ad2c88b36cb30c817ac8b87dc6e0e1b84ac8abd2 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 12 Oct 2022 17:46:09 +0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e687195..00e01215 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,6 +93,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + token: ${{ secrets.pat }} repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} - name: Install php-cs-fixer