Skip to content

Commit

Permalink
Merge pull request #115 from shafin-deriv/shafin/DAPI/chore-fix-git-a…
Browse files Browse the repository at this point in the history
…ction-dr-slack-failing-issue

shafin/chore: fix github action for DR slack notification failure
  • Loading branch information
sandeep-deriv authored Sep 5, 2024
2 parents 55ff45c + 66d6043 commit 84a6f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ jobs:
if: always() && ${{ steps.publish_to_vercel.outcome != 'success'}}
uses: ./.github/actions/notify_slack
with:
RELEASE_TYPE: ${{ env.RELEASE_TYPE }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
MESSAGE: "Publish to vercel failed for '${{ env.RELEASE_TYPE }}' release on api.deriv.com with version *'${{ needs.build_and_publish.outputs.RELEASE_VERSION }}"

0 comments on commit 84a6f95

Please sign in to comment.