[release-12.2.1] CI: Remove OIDC debug step from npm publish (#112657)

CI: Remove OIDC debug step from npm publish (#112631)

(cherry picked from commit b0acfd1189)
This commit is contained in:
Josh Hunt
2025-10-20 14:49:24 +00:00
committed by GitHub
parent f06bb75310
commit 563109b696
-5
View File
@@ -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 }}