diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index afb4075..1959550 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -55,6 +55,4 @@ jobs: git config --local user.name "GitHub Action" git add version.txt git commit -m "Update version" - git push - with: - token: ${{ steps.app-token.outputs.token }} \ No newline at end of file + git push \ No newline at end of file