Skip to content

Commit 563109b

Browse files
authored
[release-12.2.1] CI: Remove OIDC debug step from npm publish (grafana#112657)
CI: Remove OIDC debug step from npm publish (grafana#112631) (cherry picked from commit b0acfd1)
1 parent f06bb75 commit 563109b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.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)