Skip to content

chore: release SDK 2.0.1 #157

chore: release SDK 2.0.1

chore: release SDK 2.0.1 #157

Workflow file for this run

name: Notify Slack

Check warning on line 1 in .github/workflows/notify.yml

View workflow run for this annotation

GitHub Actions / Notify Slack

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
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@8de63fa646c1b7b778829126cf53b7874074795e
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 }}