Skip to content
cloud

GitHub Action

Amazon Chime "Chime Webhook" Action for GitHub Actions

v1.0.0 Latest version

Amazon Chime "Chime Webhook" Action for GitHub Actions

cloud

Amazon Chime "Chime Webhook" Action for GitHub Actions

Send message to Amazon Chime chat rooms

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Amazon Chime "Chime Webhook" Action for GitHub Actions

uses: amazon-archives/[email protected]

Learn more about this action in amazon-archives/amazon-chime-github-webhook

Choose a version

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