explicitly set user name for build.yml cronjob

This commit is contained in:
Dan Halbert 2023-07-18 08:01:35 -04:00
parent 4fe0b7b7e4
commit 02e2afe161

View file

@ -71,4 +71,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
cname: circuitpython.org
user_name: ${{ secrets.ADABOT_GITHUB_USER }}
if: github.event_name != 'pull_request'