We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8d623 commit edfcda3Copy full SHA for edfcda3
1 file changed
.github/workflows/sync.yml
@@ -20,6 +20,7 @@ jobs:
20
with:
21
fetch-depth: 0
22
ref: ${{ env.DEFAULT_BRANCH }}
23
+ token: ${{ secrets.SYNC_DOCS_TOKEN }}
24
25
- name: Configure Git
26
run: |
@@ -36,5 +37,3 @@ jobs:
36
37
git checkout ${{ env.DEFAULT_BRANCH }}
38
git merge upstream/${{ env.DEFAULT_BRANCH }} --no-edit
39
git push origin ${{ env.DEFAULT_BRANCH }}
- env:
40
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments