diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 656d9ac2..f60267a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,4 +73,5 @@ jobs: publish_dir: ./build cname: circuitpython.org user_name: ${{ secrets.ADABOT_GITHUB_USER }} + user_email: ${{ secrets.ADABOT_GITHUB_EMAIL }} if: github.event_name != 'pull_request'