Skip to content

Commit bc991d9

Browse files
committed
Set envs
1 parent 2fd6af9 commit bc991d9

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)