From 6f71e10708fe26cfc516a1914c987bdda6772868 Mon Sep 17 00:00:00 2001 From: Harry Nguyen Date: Fri, 21 Aug 2026 11:28:17 -0700 Subject: [PATCH] ci: grant id-token: write for Slack notify workflow --- .github/workflows/notify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 012eee403..e7343719f 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -17,8 +17,10 @@ jobs: permissions: contents: read models: read + id-token: write uses: aws/aws-durable-execution-ci/.github/workflows/notify.yml@ac55d9f4b027e193aba9fa5a69c70bfa1bdc38ed 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 }}