Skip to content

Commit 6d0fde5

Browse files
committed
fix: github token
Signed-off-by: QuentinN42 <quentin@lieumont.fr>
1 parent 6217f32 commit 6d0fde5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/commit-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717
with:
18-
token: ${{ secrets.GH_TOKEN }}
18+
token: ${{ secrets.GITHUB_TOKEN }}
1919
fetch-depth: 0
2020
- name: Run commit sync
2121
env:

0 commit comments

Comments
 (0)