Skip to content

Commit ee35137

Browse files
committed
ci: add sync token
1 parent 4842310 commit ee35137

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sync-blocksuite.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
rm -rf affine_repo
3434
3535
- name: Commit and Push Changes
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.BS_SYNC_TOKEN }}
3638
run: |
3739
git config user.name "github-actions[bot]"
3840
git config user.email "github-actions[bot]@users.noreply.github.com"
3941
git add .
4042
git commit -m "chore: sync affine blocksuite to packages on $(date)" || exit 0
41-
git push origin main
43+
git push https://x-access-token:${GITHUB_TOKEN}@github.com/toeverything/blocksuite.git main

0 commit comments

Comments
 (0)