Skip to content

Commit d73d00b

Browse files
committed
Add committer email so Arduino CLA does not complain
1 parent f2326ff commit d73d00b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/cron.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- name: Build
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
32+
GIT_AUTHOR_EMAIL: ${{ secrets.PUSH_EMAIL }}
33+
GIT_COMMITTER_EMAIL: ${{ secrets.PUSH_EMAIL }}
3234
IDF_BRANCH: ${{ matrix.idf_branch }}
3335
run: bash ./tools/cron.sh
3436
- name: Upload archive

.github/workflows/repository_dispatch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- name: Handle Event
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
16+
GIT_AUTHOR_EMAIL: ${{ secrets.PUSH_EMAIL }}
17+
GIT_COMMITTER_EMAIL: ${{ secrets.PUSH_EMAIL }}
1618
run: bash ./tools/repository_dispatch.sh
1719
- name: Upload archive
1820
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy