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

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:58:14 +00:00
committed by GitHub
parent dd4e2e7dc5
commit 0b7842c65f
-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 }}