We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a8863 commit 8ef8210Copy full SHA for 8ef8210
.github/workflows/sync-main.yml
@@ -64,6 +64,7 @@ jobs:
64
run: |
65
git push origin auto/sync-main-pr
66
env:
67
+ GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
68
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
69
- name: Create PR if it doesn't exist
70
shell: bash
0 commit comments