From 3b9e97ac967e19331df6e930abbddf895b423150 Mon Sep 17 00:00:00 2001 From: "david.kirov" Date: Tue, 18 Aug 2026 17:34:30 +0000 Subject: [PATCH] Fix release notification credentials --- .github/workflows/release-trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-trigger.yml b/.github/workflows/release-trigger.yml index 5fcf019871b6b..590ee1934b1b8 100644 --- a/.github/workflows/release-trigger.yml +++ b/.github/workflows/release-trigger.yml @@ -83,7 +83,7 @@ jobs: id: dd-sts uses: DataDog/dd-sts-action@2e8187910199bd93129520183c093e19aa585c75 # v1.0.0 with: - policy: integrations-core + policy: integrations-core-release-notifications - name: Notify pending release via Datadog workflow env: DD_API_KEY: ${{ steps.dd-sts.outputs.api_key }}