From ab1b8eba6c91f9cb963c3bcafa164178963858cb Mon Sep 17 00:00:00 2001 From: Yannic Date: Sun, 22 Jun 2025 12:17:43 +0200 Subject: [PATCH] [ci] Use public email of bot account Otherwise, Google CLA checks can't find that the bot is covered by CLA. --- .github/workflows/publish-to-bcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-bcr.yaml b/.github/workflows/publish-to-bcr.yaml index 810f54e..6c7ed1d 100644 --- a/.github/workflows/publish-to-bcr.yaml +++ b/.github/workflows/publish-to-bcr.yaml @@ -28,7 +28,7 @@ jobs: attest: false # use https://github.com/engflow-automation-public as public-facing identity in pushes to BCR via .github/workflows/publish-to-bcr.yaml author_name: "EngFlow Inc." - author_email: "212036618+engflow-automation-public@users.noreply.github.com" + author_email: "engflow-github-automation+public@engflow.com" permissions: attestations: write contents: write