Skip to content

inmar/actions-sns-tag-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jobs:
  tag-alert:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
        with:
          fetch-depth: 0

      - name: Publish Tag Notification
        uses: inmar/actions-sns-tag-alert@master
        with:
          aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
          aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
          topic_arn: "arn:aws:sns:us-east-1:0123456789012:event_topic"

About

Sends a notification to SNS when a new tag is created

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published