diff --git a/.github/workflows/update-phrases.yml b/.github/workflows/update-phrases.yml index 8fbb188..2329a8b 100644 --- a/.github/workflows/update-phrases.yml +++ b/.github/workflows/update-phrases.yml @@ -35,7 +35,7 @@ jobs: git status git add src/i18n/schema.js git add src/i18n/phrases.js - git commit -m 'github action: update phrases' + git commit -m 'github action: update phrases' --no-verify git remote set-url origin https://x-access-token:${{secrets.ci_token}}@github.com/EasyEyes/remote-calibrator git push