Skip to content

chore(deps): bump the actions-deps group with 5 updates #139

chore(deps): bump the actions-deps group with 5 updates

chore(deps): bump the actions-deps group with 5 updates #139

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
id-token: write
uses: aws/aws-durable-execution-ci/.github/workflows/notify.yml@d6b017da14385908951d23e26c790b28a4e5f9f0
secrets:
BEDROCK_ROLE_ARN: ${{ secrets.BEDROCK_ROLE_ARN }}
SLACK_WEBHOOK_URL_PR: ${{ secrets.SLACK_WEBHOOK_URL_PR }}
SLACK_WEBHOOK_URL_ISSUE: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
SLACK_WEBHOOK_URL_DISCUSSION: ${{ secrets.SLACK_WEBHOOK_URL_DISCUSSION }}
SLACK_WEBHOOK_URL_RELEASE: ${{ secrets.SLACK_WEBHOOK_URL_RELEASE }}