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