Skip to content

Commit 937d748

Browse files
committed
feat: optimize actions
1 parent 12a8511 commit 937d748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync_dev.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ jobs:
1919
- name: Create Pull Request
2020
run: |
2121
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

Comments
 (0)