Skip to content

Commit 08519be

Browse files
Update GitHub token in auto-sync workflow
Changed GitHub token used for pushing changes in auto-sync workflow.
1 parent 5cf323e commit 08519be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
3131
- name: Push changes
3232
env:
33-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
GH_TOKEN: ${{ secrets.AUTO_SYNC }}
3434
run: |
35-
git push origin master
35+
git push https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }} master

0 commit comments

Comments
 (0)