Skip to content

Failure to get a connection from the task #5

Failure to get a connection from the task

Failure to get a connection from the task #5

Workflow file for this run

# This workflow sends a message whenever an issue is opened/closed
#
# You can adjust the behavior by modifying this file.
name: Send GitHub Action trigger data to Slack workflow
on:
issues:
types:
- opened
- closed
jobs:
slack:
runs-on: ubuntu-latest
name: Trigger slack workflow
steps:
- name: slack-send
id: slack
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}