diff --git a/.github/workflows/update_bundle.yml b/.github/workflows/update_bundle.yml index 414c90b..9ce843d 100644 --- a/.github/workflows/update_bundle.yml +++ b/.github/workflows/update_bundle.yml @@ -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 "action@github.com" git config --local user.name "GitHub Action"