diff --git a/.github/workflows/update-submodule-files.yml b/.github/workflows/update-submodule-files.yml index bba7c4b..6b5b4ee 100644 --- a/.github/workflows/update-submodule-files.yml +++ b/.github/workflows/update-submodule-files.yml @@ -26,8 +26,6 @@ jobs: run: python update_repo.py - name: Commit and push changes - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com'