Skip to content

Commit 8a7c972

Browse files
authored
Merge pull request #39558 from apache/fix-auditkeys
Fix Unmanaged Service Accounts Keys Audit workflow
2 parents 4f93483 + bc991d9 commit 8a7c972

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
GITHUB_REPOSITORY: ${{ github.repository }}
67+
SMTP_SERVER: smtp.gmail.com
68+
SMTP_PORT: 465
69+
EMAIL_ADDRESS: ${{ secrets.ISSUE_REPORT_SENDER_EMAIL_ADDRESS }}
70+
EMAIL_PASSWORD: ${{ secrets.ISSUE_REPORT_SENDER_EMAIL_PASSWORD }}
71+
EMAIL_RECIPIENT: "dev@beam.apache.org"
6772
run: python account_keys.py --action announce
6873

6974

0 commit comments

Comments
 (0)