diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index 55e27969f..8ed6b2b37 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -56,9 +56,8 @@ jobs: - name: Send Notification on Failure if: failure() run: | - curl -X POST ${{ secrets.AUTO_LOGIC_APP_URL }} \ + curl -X POST "${{ secrets.AUTO_LOGIC_APP_URL }}" \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer ${{ secrets.AUTO_LOGIC_TOKEN }}" \ -d '{ "failureMessage": "The deployment failed(cwyd)." }'