Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

amazon-archives/amazon-chime-github-webhook

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Amazon Chime "Chime Webhook" Action for GitHub Actions

Package License: MIT

Send message to Amazon Chime chat rooms.

Usage

- name: Send message to Amazon Chime chat room
  uses: aws-actions/amazon-chime-github-webhook@v1
  with:
    webhook: ${{ secrets.webhook }}
    message: "Whoohoo!" 

The action can be passed a webhook URL and message to be send to a Amazon Chime chat room. webook should be defined as an encrypted secret and not be exposed directly.

See action.yml for the full documentation for this action's inputs and outputs.

You can learn more about creating an Amazon Chime Webhook and about Amazon Chime

License

MIT