diff --git a/.github/workflows/sync_dev.yml b/.github/workflows/sync_dev.yml index 669bc1e..4696511 100644 --- a/.github/workflows/sync_dev.yml +++ b/.github/workflows/sync_dev.yml @@ -19,3 +19,5 @@ jobs: - name: Create Pull Request run: | gh pr create --title "chore(sync): merge dev into main" --body "Merge dev to main" --base main --head dev + env: + GH_TOKEN: ${{ github.token }}