Support for Google provider 5.0.0+ #3
This file contains 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 Google Terraform repository' | |
SLACK_TITLE: Issue Created | |
SLACK_USERNAME: gitHub | |
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |