We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126ddf9 commit 8aa1099Copy full SHA for 8aa1099
.github/workflows/sync-main.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/checkout@v3
24
with:
25
fetch-depth: 0
26
+ token: ${{ secrets.WORKFLOW_TOKEN }}
27
- name: Git config
28
shell: bash
29
run: |
0 commit comments