github actions slack
-
slack 으로 메시지 보내기github actions 2022. 3. 7. 18:41
문제 https://hub.docker.com/r/technosophos/slack-notify/ 를 이용해 slack 으로 메시지를 보내보자. 코드 name: Container on: push jobs: docker-steps: runs-on: ubuntu-latest steps: - name: Send slack message uses: docker://technosophos/slack-notify env: SLACK_WEBHOOK: 'https://hooks.slack.com/services/Txxxxxx/Bxxxxxx/xxxxxxxx' SLACK_MESSAGE: 'Hello Slack'