Skip to content

Multiple Duo authentication requests during terraform plan #566

Multiple Duo authentication requests during terraform plan

Multiple Duo authentication requests during terraform plan #566

name: slack-notifications-prs-issues
on:
pull_request:
types: [ready_for_review]
issues:
types: [opened]
jobs:
slack-action:
runs-on: ubuntu-latest
name: Notify Team in Slack
steps:
- name: Curl to webhook
run: |
curl -X POST -H 'Content-type: application/json' --data '{"text":"A new ${{ github.event_name }} has been published. Please review ${{ github.event.pull_request.html_url }}${{ github.event.issue.html_url }}"}' ${{ secrets.SLACK_WEBHOOK }}