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