Skip to content

Commit 365cefc

Browse files
committed
TestWorkflow: Test new asteriskteamsa account
1 parent 129f039 commit 365cefc

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
run:
2121
shell: bash
2222
steps:
23-
# ACTIONS_PATH, SCRIPT_DIR, NORMALIZED_BRANCH env vars
24-
- name: GetActionsRepo
25-
uses: asterisk/asterisk-ci-actions/GetActionsRepo@main
26-
27-
- name: DumpEnvironment
28-
uses: asterisk/asterisk-ci-actions/DumpEnvironmentAction@main
29-
30-
- name: printenv
31-
env:
32-
FROM_STEP: "from step"
33-
SSS: ${{ secrets.SOME_SUPER_SECRET }}
34-
run: |
35-
FROM_STEP_SHELL="from step shell"
36-
export FROM_STEP_SHELL_EXPORTED="from step shell exported"
37-
${SCRIPT_DIR}/printEnv.sh
23+
- name: Send Release Announcements
24+
uses: dawidd6/action-send-mail@v6
25+
with:
26+
server_address: smtp-mail.outlook.com
27+
server_port: 587
28+
secure: true
29+
username: ${{ secrets.ASTERISKTEAMSA_USERNAME }}
30+
password: ${{ secrets.ASTERISKTEAMSA_PASSWORD }}
31+
subject: Test Email
32+
33+
from: Asterisk Development Team <[email protected]>
34+
body: "test email"
35+
36+
ignore_cert: true
37+
convert_markdown: false

0 commit comments

Comments
 (0)