Skip to content

Commit 05aec3e

Browse files
committed
fix(ci): fix update bundle ci
1 parent 87ce5dc commit 05aec3e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update_bundle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
python build_bundle_url.py
2424
2525
- name: Commit and push changes
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2628
run: |
2729
git config --local user.email "action@github.com"
2830
git config --local user.name "GitHub Action"

0 commit comments

Comments
 (0)