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