This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch fix-auditkeys in repository https://gitbox.apache.org/repos/asf/beam.git
commit bc991d99d17edb2df48c8fd5ee7d84ce38e51c69 Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Jul 30 17:21:10 2026 +0400 Set envs --- .github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml b/.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml index 2951324777c..37d6ecbd362 100644 --- a/.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml +++ b/.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml @@ -64,6 +64,11 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} + SMTP_SERVER: smtp.gmail.com + SMTP_PORT: 465 + EMAIL_ADDRESS: ${{ secrets.ISSUE_REPORT_SENDER_EMAIL_ADDRESS }} + EMAIL_PASSWORD: ${{ secrets.ISSUE_REPORT_SENDER_EMAIL_PASSWORD }} + EMAIL_RECIPIENT: "[email protected]" run: python account_keys.py --action announce
