Skip to content

Commit

Permalink
Merge pull request #129 from gitautoai/wes
Browse files Browse the repository at this point in the history
Fix slack webhook url in github workflow
  • Loading branch information
hiroshinishio authored Jun 26, 2024
2 parents 9324758 + 2ff30eb commit 51b694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
env:
SLACK_MESSAGE: ${{ job.status == 'success' && 'Deployment successful' || 'Deployment failed' }}
run: |
curl -X POST -H 'Content-type: application/json' --data '{"msg":"'"${SLACK_MESSAGE}"'"}' ${{ secrets.SLACK_WEBHOOK_URL_FOR_PRD_DEPLOYMENT_CHANNEL }}
curl -X POST -H 'Content-type: application/json' --data '{"msg":"'"${SLACK_MESSAGE}"'"}' ${{ secrets.SLACK_WEBHOOK_URL_FOR_STG_DEPLOYMENT_CHANNEL }}

0 comments on commit 51b694e

Please sign in to comment.