Skip to content

Commit 3499767

Browse files
committed
ci: fix sync action
1 parent ee35137 commit 3499767

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sync-blocksuite.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ jobs:
3333
rm -rf affine_repo
3434
3535
- name: Commit and Push Changes
36-
env:
37-
GITHUB_TOKEN: ${{ secrets.BS_SYNC_TOKEN }}
3836
run: |
3937
git config user.name "github-actions[bot]"
4038
git config user.email "github-actions[bot]@users.noreply.github.com"
4139
git add .
4240
git commit -m "chore: sync affine blocksuite to packages on $(date)" || exit 0
4341
git push https://x-access-token:${GITHUB_TOKEN}@github.com/toeverything/blocksuite.git main
42+
git push https://${{ secrets.BS_SYNC_TOKEN }}@github.com/toeverything/blocksuite.git main

0 commit comments

Comments
 (0)