Skip to content

ci: Fix SlackAPI call #3

ci: Fix SlackAPI call

ci: Fix SlackAPI call #3

Workflow file for this run

name: test-slack
on:
pull_request:
branches:
- "*"
jobs:
test-slack:
name: Communicate on slack about the new release
runs-on: ubuntu-latest
steps:
- name: Post to slack
uses: slackapi/[email protected]
with:
method: chat.postMessage
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
channel: "test-bot"
blocks:
- type: "section"
text:
type: "mrkdwn"
text: "my release URL"
- type: "section"
text:
type: "mrkdwn"
text: "my body"