Skip to content

Commit a6d3a54

Browse files
authored
ci: use PAT for main/master sync (#2484)
1 parent a0ff5af commit a6d3a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
- name: "Install Git and clone project"
258258
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
259259
with:
260-
token: ${{ secrets.GITHUB_TOKEN }}
260+
token: ${{ secrets.MIGRATION_PAT }}
261261
fetch-depth: 0
262262

263263
- name: "Verify that main is the default branch"

0 commit comments

Comments
 (0)