From ac44d8f05b87f8e6bd815d28c7c516a6fb3fdf1b Mon Sep 17 00:00:00 2001 From: Vivek Miglani Date: Fri, 20 Oct 2023 13:51:08 -0700 Subject: [PATCH] Remove bot --- .github/workflows/test-website-depoy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-website-depoy.yml b/.github/workflows/test-website-depoy.yml index e468b02482..25b6d3eb66 100644 --- a/.github/workflows/test-website-depoy.yml +++ b/.github/workflows/test-website-depoy.yml @@ -24,8 +24,8 @@ jobs: ./scripts/install_via_pip.sh -n -d git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "Captum website deployment script" - echo "machine github.com login github-actions[bot] password ${SECRET_GITHUB_TOKEN}" > ~/.netrc + echo "machine github.com login github-actions password ${SECRET_GITHUB_TOKEN}" > ~/.netrc ./scripts/build_docs.sh -b cd website - GIT_USER=github-actions[bot] yarn run publish-gh-pages + GIT_USER=github-actions yarn run publish-gh-pages