We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff76b51 commit f3f05fdCopy full SHA for f3f05fd
.github/workflows/deploy-to-production.yml
@@ -207,6 +207,8 @@ jobs:
207
if: success()
208
with:
209
payload: |
210
- "text":"<!subteam^S06P99RGJDS> <@U07QATMB6SW> <@U07Q39HFLBG> PYA production deploy ${{ job.status }} :sparkles: Please monitor infrastructure deploy: https://github.com/codeforamerica/tax-benefits-backend/actions/workflows/deploy.yaml"
+ {
211
+ "text": "<!subteam^S06P99RGJDS> <@U07QATMB6SW> <@U07Q39HFLBG> PYA production deploy ${{ job.status }} :sparkles: Please monitor infrastructure deploy: https://github.com/codeforamerica/tax-benefits-backend/actions/workflows/deploy.yaml"
212
+ }
213
env:
214
SLACK_WEBHOOK_URL: ${{ secrets.TAX_ENG_SLACK_URL }}
0 commit comments