diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 2246b32ac..f5fbec57a 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -50,6 +50,7 @@ jobs: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: + token: ${{ secrets.GH_ACCESS_TOKEN }} fetch-depth: 0 - name: Expand Shallow Clone for Spotless @@ -92,3 +93,4 @@ jobs: uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} + verbose: "true"