Compare commits

...

7 Commits

Author SHA1 Message Date
tamassoltesz 2c55738548 feat: slack notification format, content 2025-05-15 14:20:36 +02:00
tamassoltesz 374247ace5 feat: slack notification format, content 2025-05-15 14:14:47 +02:00
tamassoltesz 2a2b68307e feat: slack notification format, content 2025-05-15 13:51:13 +02:00
tamassoltesz e8fa32adc0 feat: slack notification format, content 2025-05-15 13:36:53 +02:00
tamassoltesz a3e3d7eccf feat: slack notification format, content 2025-05-15 11:55:24 +02:00
tamassoltesz a8948facb7 feat: slack notification format, content 2025-05-15 10:59:04 +02:00
tamassoltesz e7c0e22578 feat: slack notification 2025-05-15 10:38:11 +02:00
1 changed files with 15 additions and 0 deletions

View File

@ -100,3 +100,18 @@ jobs:
tags: supertokens/supertokens-dev-${{ matrix.plugin }}:${{ steps.set_tag.outputs.TAG }}
file: ./supertokens-root/supertokens-${{ matrix.plugin }}-plugin/.github/helpers/docker/Dockerfile
platforms: linux/amd64,linux/arm64
- name: Post notification on Slack channel
uses: slackapi/slack-github-action@v2.1.0
with:
method: chat.postMessage
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
channel: ${{ secrets.SLACK_CHANNEL_ID }}
blocks:
- type: "section"
text:
type: "mrkdwn"
text: "${{ github.workflow.name }} - tag: ${{ steps.set_tag.outputs.TAG }} result: *${{ job.status
}}*\n${{
github.event.pull_request.html_url ||
github.event.head_commit.url }}"