We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a8511 commit 937d748Copy full SHA for 937d748
.github/workflows/sync_dev.yml
@@ -19,3 +19,5 @@ jobs:
19
- name: Create Pull Request
20
run: |
21
gh pr create --title "chore(sync): merge dev into main" --body "Merge dev to main" --base main --head dev
22
+ env:
23
+ GH_TOKEN: ${{ github.token }}
0 commit comments