We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ff5af commit a6d3a54Copy full SHA for a6d3a54
.github/workflows/ci.yml
@@ -257,7 +257,7 @@ jobs:
257
- name: "Install Git and clone project"
258
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
259
with:
260
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.MIGRATION_PAT }}
261
fetch-depth: 0
262
263
- name: "Verify that main is the default branch"
0 commit comments