Skip to content

Commit 9de7f45

Browse files
authored
[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 b0acfd1)
1 parent dd4e2e7 commit 9de7f45

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release-npm.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ jobs:
123123
- name: Validate packages
124124
run: ./scripts/validate-npm-packages.sh
125125

126-
- name: Debug OIDC Claims
127-
uses: github/actions-oidc-debugger@2e9ba5d3f4bebaad1f91a2cede055115738b7ae8
128-
with:
129-
audience: '${{ github.server_url }}/${{ github.repository_owner }}'
130-
131126
- name: Publish packages
132127
env:
133128
NPM_TAG: ${{ steps.npm-tag.outputs.NPM_TAG }}

0 commit comments

Comments
 (0)