Skip to content

Commit 0f175f2

Browse files
authored
fix workflow in private repo (#1728)
1 parent 89503de commit 0f175f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/api-compat-verification.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17+
with:
18+
token: ${{ secrets.CI_USER_PAT }}
19+
fetch-depth: 0
1720
- name: Check for API compatibility
1821
if: ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-api-break') }}
1922
run: |

0 commit comments

Comments
 (0)