Skip to content

Commit d75e1c4

Browse files
update notification URL in deployment workflows
1 parent 813812c commit d75e1c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-waf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
EOF
6464
)
6565
66-
curl -X POST "${{ secrets.AUTO_LOGIC_APP_URL }}" \
66+
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
6767
-H "Content-Type: application/json" \
6868
-d "$EMAIL_BODY" || echo "Failed to send notification"
6969

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
EOF
6161
)
6262
63-
curl -X POST "${{ secrets.AUTO_LOGIC_APP_URL }}" \
63+
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
6464
-H "Content-Type: application/json" \
6565
-d "$EMAIL_BODY" || echo "Failed to send notification"
6666

0 commit comments

Comments
 (0)