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