From abdfe1144106813e3b924bf346a2add26bddd439 Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Mon, 20 Oct 2025 15:54:57 +0100 Subject: [PATCH] [release-11.6.7] CI: Remove OIDC debug step from npm publish (#112654) 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 }}