|
90 | 90 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
91 | 91 |
|
92 | 92 | - name: Notify team of git tag being created
|
93 |
| - uses: slackapi/slack-github-action@v1.26.0 |
| 93 | + uses: slackapi/slack-github-action@v1.27.0 |
94 | 94 | if: steps.semantic-release.outputs.new_release_published == 'true' # only run if a git tag was made.
|
95 | 95 | with:
|
96 | 96 | # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
|
@@ -135,7 +135,7 @@ jobs:
|
135 | 135 | environment: production
|
136 | 136 |
|
137 | 137 | - name: Notify team of failure
|
138 |
| - uses: slackapi/slack-github-action@v1.26.0 |
| 138 | + uses: slackapi/slack-github-action@v1.27.0 |
139 | 139 | if: ${{ failure() }} # only run this if any previous step failed
|
140 | 140 | with:
|
141 | 141 | # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
|
@@ -216,7 +216,7 @@ jobs:
|
216 | 216 | run: ./scripts/push-cocoapod.sh CustomerIO.podspec
|
217 | 217 |
|
218 | 218 | - name: Notify team of successful deployment
|
219 |
| - uses: slackapi/slack-github-action@v1.26.0 |
| 219 | + uses: slackapi/slack-github-action@v1.27.0 |
220 | 220 | if: ${{ success() }}
|
221 | 221 | with:
|
222 | 222 | # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
|
@@ -253,7 +253,7 @@ jobs:
|
253 | 253 | SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
|
254 | 254 |
|
255 | 255 | - name: Notify team of failure
|
256 |
| - uses: slackapi/slack-github-action@v1.26.0 |
| 256 | + uses: slackapi/slack-github-action@v1.27.0 |
257 | 257 | if: ${{ failure() }} # only run this if any previous step failed
|
258 | 258 | with:
|
259 | 259 | # Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
|
|
0 commit comments