This action sends the job's status to slack.
Required Pass in ${{job.status}}
Required The slack channel the message is sent to
Required The slack bot's token
uses: aexeagmbh/gh-actions-ntfy-slack@main
with:
job-status: ${{ job.status }}
slack-channel: ${{ secrets.SLACK_CHANNEL }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
if: always()