We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 126ddf9 + 8aa1099 commit 8ef818cCopy full SHA for 8ef818c
1 file changed
.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