From c201cfbb722eb2a2850f6b57baacb28a3d2756d4 Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Mon, 20 Oct 2025 15:57:18 +0100 Subject: [PATCH] [release-11.5.10] CI: Remove OIDC debug step from npm publish (#112653) CI: Remove OIDC debug step from npm publish (#112631) (cherry picked from commit b0acfd1189f8f63a19c1d746829b7fd8f63383da) --- .github/workflows/release-npm.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 4dd92e9d0a1..b372901eb8b 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -123,11 +123,6 @@ jobs: - name: Validate packages run: ./scripts/validate-npm-packages.sh - - name: Debug OIDC Claims - uses: github/actions-oidc-debugger@2e9ba5d3f4bebaad1f91a2cede055115738b7ae8 - with: - audience: '${{ github.server_url }}/${{ github.repository_owner }}' - - name: Publish packages env: NPM_TAG: ${{ steps.npm-tag.outputs.NPM_TAG }}