Skip to content

jcputter/slack-approval-github-actions

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment Approval Action

Github Action for deployment approvals using Slack.

Prerequisites

- name: Approval
  uses: jcputter/slack-approval-github-action@master
  env:
    SLACK_CHANNEL: change_channel_id
    SLACK_TOKEN: change_slack_token
    DYNAMODB_TABLE: change_table_name
    AWS_REGION: change_region
    SERVICE: change_service_name
    ENVIRONMENT: change_environment
    AWS_ACCESS_KEY: change_aws_access_key
    AWS_SECRET_KEY: change_aws_secret_key
    REDIS_HOST: change_redis_host