Merge pull request #1224 from adafruit-adabot/fix-gh-pages-ci-username

explicitly set user name for build.yml cronjob
This commit is contained in:
Dan Halbert 2023-07-18 08:28:10 -04:00 committed by GitHub
commit 070ef793f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'