Skip to content

Merge pull request #241 from krakend/dark_version_images #8

Merge pull request #241 from krakend/dark_version_images

Merge pull request #241 from krakend/dark_version_images #8

Workflow file for this run

on:
push:
branches: [ master ]
name: Notify doc changes
permissions:
contents: read
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify to Slack
uses: slackapi/[email protected]
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: webhook-trigger
payload: |
app: "${{ github.event.repository.name }}"
status: "${{ job.status }}"
env: "pre-production"
msg: "${{ github.event.head_commit.message }}"
link: "${{ github.event.pull_request.url || github.event.head_commit.url }}"