Skip to content

Commit 3e74512

Browse files
committed
Update Slack action invocation for v3 spec
1 parent a9f59f6 commit 3e74512

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ jobs:
504504
- name: Send message to Slack via Workflow Builder
505505
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
506506
with:
507+
webhook-type: "incoming-webhook"
507508
payload: |
508509
{
509510
"channel-id": "${{ env.SLACK_CHANNEL_ID }}",

.github/workflows/stackhpc-build-kayobe-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
- name: Send message to Slack via Workflow Builder
104104
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
105105
with:
106+
webhook-type: "incoming-webhook"
106107
payload: |
107108
{
108109
"channel-id": "${{ env.SLACK_CHANNEL_ID }}",

.github/workflows/stackhpc-ci-cleanup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
- name: Send message to Slack via Workflow Builder
124124
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
125125
with:
126+
webhook-type: "incoming-webhook"
126127
payload: |
127128
{
128129
"channel-id": "${{ env.SLACK_CHANNEL_ID }}",

.github/workflows/stackhpc-promote.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Send message to Slack via Workflow Builder
6363
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
6464
with:
65+
webhook-type: "incoming-webhook"
6566
payload: |
6667
{
6768
"channel-id": "${{ env.SLACK_CHANNEL_ID }}",

0 commit comments

Comments
 (0)