We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40b351c + f83f869 commit de0cf4cCopy full SHA for de0cf4c
.github/workflows/build-release.yaml
@@ -105,9 +105,10 @@ jobs:
105
needs: publish
106
steps:
107
- name: Notify to slack
108
- uses: slackapi/slack-github-action@v1.25.0
+ uses: slackapi/slack-github-action@v2.0.0
109
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 }}
+ method: chat.postMessage
+ token: ${{ secrets.SLACK_BOT_TOKEN }}
+ payload: |
+ channel: ${{ matrix.channels }}
114
+ text: "The release of *gooddata-python-sdk@${{ github.ref_name }}*, has been successful. :tada:"
0 commit comments