Skip to content

Update shared CI workflows to v0.2.0 #36

Update shared CI workflows to v0.2.0

Update shared CI workflows to v0.2.0 #36

Workflow file for this run

name: Notify Slack
on:
pull_request_target:
types: [opened, reopened, ready_for_review]
issues:
types: [opened, reopened]
release:
types: [published]
permissions: {}
jobs:
notify:
permissions:
contents: read
models: read
uses: aws/aws-durable-execution-ci/.github/workflows/notify.yml@ac55d9f4b027e193aba9fa5a69c70bfa1bdc38ed
secrets:
SLACK_WEBHOOK_URL_PR: ${{ secrets.SLACK_WEBHOOK_URL_PR }}
SLACK_WEBHOOK_URL_ISSUE: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
SLACK_WEBHOOK_URL_RELEASE: ${{ secrets.SLACK_WEBHOOK_URL_RELEASE }}