Skip to content

Commit

Permalink
fix(ci): fix update bundle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
indrastorms committed Apr 3, 2024
1 parent 32f39dd commit 8252040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Commit and push changes
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit 8252040

Please sign in to comment.