Commit 8708140e16f for woocommerce

commit 8708140e16f269f39caf52f718262cee80a71bf8
Author: Karol Manijak <20098064+kmanijak@users.noreply.github.com>
Date:   Fri Jun 26 19:35:15 2026 +0200

    Fix release communication token permissions (#66059)

    Fix release communication OIDC permissions

diff --git a/.github/workflows/pr-release-communication.yml b/.github/workflows/pr-release-communication.yml
index 38070d810b8..56e76fd193f 100644
--- a/.github/workflows/pr-release-communication.yml
+++ b/.github/workflows/pr-release-communication.yml
@@ -22,6 +22,7 @@ jobs:
     permissions:
       contents: read
       pull-requests: write
+      id-token: write

     steps:
       - name: Checkout repository
@@ -150,6 +151,7 @@ jobs:
     permissions:
       contents: read
       pull-requests: write
+      id-token: write

     steps:
       - name: Checkout repository