Skip to content

Commit

Permalink
sending a slack message with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alialaa committed Dec 19, 2021
1 parent eeff22e commit bf70bd2
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 @@ -25,6 +25,11 @@ jobs:
with:
entrypoint: ./script.sh
args: "Some string"
- 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 bf70bd2

Please sign in to comment.