Skip to content

Commit

Permalink
build: Add webhook-type parameter to slack action
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Nov 26, 2024
1 parent 9acdae0 commit d12ce76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add-GHrequest-to-team-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
id: slack
uses: slackapi/slack-github-action@v2.0.0
with:
webhook-type: webhook-trigger
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
{
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/add-quarterly-GH-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
id: slack
uses: slackapi/slack-github-action@v2.0.0
with:
webhook-type: webhook-trigger
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
{
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/add-quarterly-repo-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
id: slack
uses: slackapi/slack-github-action@v2.0.0
with:
webhook-type: webhook-trigger
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
{
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/add-weekly-gh-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
id: slack
uses: slackapi/slack-github-action@v2.0.0
with:
webhook-type: webhook-trigger
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
{
Expand Down

0 comments on commit d12ce76

Please sign in to comment.