diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 004666d..b06c3d5 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -36,6 +36,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 with: + token: ${{ secrets.STAKATER_GITHUB_TOKEN }} ref: ${{github.event.pull_request.head.sha}} fetch-depth: 0