From bc991d99d17edb2df48c8fd5ee7d84ce38e51c69 Mon Sep 17 00:00:00 2001 From: Vitaly Terentyev Date: Thu, 30 Jul 2026 17:21:10 +0400 Subject: [PATCH] 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 2951324777c1..37d6ecbd362c 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: "dev@beam.apache.org" run: python account_keys.py --action announce