diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31c632f..0215119 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,7 @@ jobs: if: github.event_name == 'pull_request' uses: actions/checkout@v2.3.4 with: + token: ${{ secrets.ADMIN_GITHUB_TOKEN }} repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} - name: Checkout project (master)