Skip to content

Commit 0948a39

Browse files
Merge pull request #32 from netwrix/main
fix: sync workflow to use SYNC_PAT
2 parents 3b4165c + de9f74f commit 0948a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-dev-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0 # Full history for merge
34-
token: ${{ secrets.GITHUB_TOKEN }}
34+
token: ${{ secrets.SYNC_PAT }}
3535

3636
- name: Configure git
3737
run: |

0 commit comments

Comments
 (0)