Skip to content

Commit 8487e98

Browse files
committed
fix(ci): fix update bundle ci
1 parent 05aec3e commit 8487e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Commit and push changes
2626
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
2828
run: |
2929
git config --local user.email "action@github.com"
3030
git config --local user.name "GitHub Action"

0 commit comments

Comments
 (0)