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"
-
Notifications
You must be signed in to change notification settings - Fork 1
Sends a notification to SNS when a new tag is created
License
inmar/actions-sns-tag-alert
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Sends a notification to SNS when a new tag is created
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published