sysdig module hard fails if API KEY is invalid on an existing resource #8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| issues: | |
| types: [opened] | |
| name: Issue created Slack Notification | |
| jobs: | |
| slackNotification: | |
| name: Slack Notification | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Slack Notification | |
| uses: rtCamp/action-slack-notify@v2 | |
| env: | |
| SLACK_CHANNEL: ws-cloudnative-internal | |
| SLACK_ICON: https://github.com/fluidicon.png | |
| SLACK_MESSAGE: 'An issue has been opened in AWS Terraform repository' | |
| SLACK_TITLE: Issue Created | |
| SLACK_USERNAME: gitHub | |
| SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |