We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b4165c + de9f74f commit 0948a39Copy full SHA for 0948a39
1 file changed
.github/workflows/sync-dev-to-main.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v4
32
with:
33
fetch-depth: 0 # Full history for merge
34
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.SYNC_PAT }}
35
36
- name: Configure git
37
run: |
0 commit comments