diff --git a/.github/workflows/workflow-lint-test-python.yml b/.github/workflows/workflow-lint-test-python.yml index 25b21a9..f24df72 100644 --- a/.github/workflows/workflow-lint-test-python.yml +++ b/.github/workflows/workflow-lint-test-python.yml @@ -96,4 +96,4 @@ jobs: git config --global user.email "github@bot.com" git add -A git commit -m "Update threshold value in workflow" - git -c http.extraHeader="AUTHORIZATION: basic $(echo -n username:${{ secrets.COMMIT_TOKEN }} | base64)" push + git push