We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee35137 commit 3499767Copy full SHA for 3499767
.github/workflows/sync-blocksuite.yml
@@ -33,11 +33,10 @@ jobs:
33
rm -rf affine_repo
34
35
- name: Commit and Push Changes
36
- env:
37
- GITHUB_TOKEN: ${{ secrets.BS_SYNC_TOKEN }}
38
run: |
39
git config user.name "github-actions[bot]"
40
git config user.email "github-actions[bot]@users.noreply.github.com"
41
git add .
42
git commit -m "chore: sync affine blocksuite to packages on $(date)" || exit 0
43
git push https://x-access-token:${GITHUB_TOKEN}@github.com/toeverything/blocksuite.git main
+ git push https://${{ secrets.BS_SYNC_TOKEN }}@github.com/toeverything/blocksuite.git main
0 commit comments