From 4654e047cf63f368d0ed43045bce542ac85e8dc8 Mon Sep 17 00:00:00 2001 From: MuneebAijaz Date: Tue, 20 Aug 2024 18:14:56 +0500 Subject: [PATCH] test --- .github/workflows/pull_request.yaml | 1 + 1 file changed, 1 insertion(+) 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