Skip to content

Commit

Permalink
Merge pull request #933 from hkad98/jkd/slack
Browse files Browse the repository at this point in the history
chore: bump slack-github-action
  • Loading branch information
hkad98 authored Jan 2, 2025
2 parents 40b351c + f83f869 commit de0cf4c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,10 @@ jobs:
needs: publish
steps:
- name: Notify to slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v2.0.0
with:
channel-id: ${{ matrix.channels }}
slack-message: "The release of *gooddata-python-sdk@${{ github.ref_name }}*, has been successful. :tada:"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
method: chat.postMessage
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
channel: ${{ matrix.channels }}
text: "The release of *gooddata-python-sdk@${{ github.ref_name }}*, has been successful. :tada:"

0 comments on commit de0cf4c

Please sign in to comment.