Skip to content

Commit

Permalink
Add slack webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
e-oloughlin committed Feb 2, 2021
1 parent 357e025 commit dbd274c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
entrypoint: ./script.sh
args: "Fat Dog"
- name: Send a slack message
uses: docker://technosophos/slack-notify
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_MESSAGE: "Hello Slack"
node-docker:
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit dbd274c

Please sign in to comment.