File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
# Creating of code signing files via CI server on SDK code bases is not yet done. Once it is, we can add that feature.
40
40
41
41
- name : Notify team about schedule maintenance
42
- uses : slackapi/slack-github-action@v1.25 .0
42
+ uses : slackapi/slack-github-action@v2.0 .0
43
43
with :
44
44
# Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
45
45
payload : |
62
62
SLACK_WEBHOOK_TYPE : INCOMING_WEBHOOK
63
63
64
64
- name : Notify team deleting certificates failed. Fix issue so we can get certificates deleted before expiring.
65
- uses : slackapi/slack-github-action@v1.25 .0
65
+ uses : slackapi/slack-github-action@v2.0 .0
66
66
if : ${{ failure() }} # only run this if any previous step failed
67
67
with :
68
68
# Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
You can’t perform that action at this time.
0 commit comments