Skip to content

Commit d056732

Browse files
author
Xu Zhang
committed
add secrets
1 parent 7d4a721 commit d056732

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/issueOpened.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
uses: ElyssaJyu/GH-Auto-Digest-Bot@main
1515
with:
1616
email_password: ${{ secrets.EMAIL_PASSWORD }}
17-
email_username: 'autodigectbot@outlook.com'
17+
sender_email: ${{secrets.SENDER_EMAIL}}
18+
recipient_email: ${{secrets.RECIPIENT_EMAIL}}
1819
- name: need send to teams
1920
if: ${{ steps.script.outputs.need_attention == 'true'}}
2021
uses: plantree/github-actions-issue-notify-teams@main

0 commit comments

Comments
 (0)