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

This commit is contained in:
Josh Hunt
2025-10-20 11:09:45 +00:00
committed by GitHub
parent a55e502aed
commit b0acfd1189
-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@bc12dcf1a852221e54f27c95b2db36d135c1b97f
with:
audience: '${{ github.server_url }}/${{ github.repository_owner }}'
- name: Publish packages
env:
NPM_TAG: ${{ steps.npm-tag.outputs.NPM_TAG }}