From 81f2e57fa5781143bf1961c30c075a2aed9abf81 Mon Sep 17 00:00:00 2001 From: abrardev99-bot <105270561+abrardev99-bot@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:47:27 +0500 Subject: [PATCH] wip --- .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 cf39f09e..60f400e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - token: ${{ github.token }} + 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