set user_email for pages build
This commit is contained in:
parent
b374e3221d
commit
bff17c13f7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -73,4 +73,5 @@ jobs:
|
||||||
publish_dir: ./build
|
publish_dir: ./build
|
||||||
cname: circuitpython.org
|
cname: circuitpython.org
|
||||||
user_name: ${{ secrets.ADABOT_GITHUB_USER }}
|
user_name: ${{ secrets.ADABOT_GITHUB_USER }}
|
||||||
|
user_email: ${{ secrets.ADABOT_GITHUB_EMAIL }}
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue