From d2ffdebe98bfe5490de15905067515fb52063df1 Mon Sep 17 00:00:00 2001 From: Xinsong Cui Date: Fri, 7 Nov 2025 16:30:23 -0500 Subject: [PATCH] fix workflow in private repo --- .github/workflows/api-compat-verification.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/api-compat-verification.yml b/.github/workflows/api-compat-verification.yml index 5d7de9de0c4..4d878ae1d33 100644 --- a/.github/workflows/api-compat-verification.yml +++ b/.github/workflows/api-compat-verification.yml @@ -14,6 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + token: ${{ secrets.CI_USER_PAT }} + fetch-depth: 0 - name: Check for API compatibility if: ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-api-break') }} run: |