Skip to content

GitHub action to notify in Slack about new deployments in kubernetes

Notifications You must be signed in to change notification settings

masmovil/actions-notify-slack-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Notify kubernetes GitHub Action

This action is used to notify deployments in kubernetes via Slack

Inputs

Check action.yml for the full list of inputs.

Example usage

uses: actions/actions-notify-slack-k8s@v1
with:
  slack-access-token: ${{ secrets.SLACK_ACCESS_TOKEN }}
  commit-url: ${{ github.event.commit.html_url }}
  commit-author-username: ${{ github.event.commit.author.login }}
  commit-author-email: ${{ github.event.commit.commit.author.email }}
  commit-message: ${{ github.event.commit.commit.message }}

About

GitHub action to notify in Slack about new deployments in kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published