Skip to content

Commit de0cf4c

Browse files
authored
Merge pull request gooddata#933 from hkad98/jkd/slack
chore: bump slack-github-action
2 parents 40b351c + f83f869 commit de0cf4c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build-release.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,10 @@ jobs:
105105
needs: publish
106106
steps:
107107
- name: Notify to slack
108-
uses: slackapi/slack-github-action@v1.25.0
108+
uses: slackapi/slack-github-action@v2.0.0
109109
with:
110-
channel-id: ${{ matrix.channels }}
111-
slack-message: "The release of *gooddata-python-sdk@${{ github.ref_name }}*, has been successful. :tada:"
112-
env:
113-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
110+
method: chat.postMessage
111+
token: ${{ secrets.SLACK_BOT_TOKEN }}
112+
payload: |
113+
channel: ${{ matrix.channels }}
114+
text: "The release of *gooddata-python-sdk@${{ github.ref_name }}*, has been successful. :tada:"

0 commit comments

Comments
 (0)