We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9527797 commit c201cfbCopy full SHA for c201cfb
.github/workflows/release-npm.yml
@@ -123,11 +123,6 @@ jobs:
123
- name: Validate packages
124
run: ./scripts/validate-npm-packages.sh
125
126
- - name: Debug OIDC Claims
127
- uses: github/actions-oidc-debugger@2e9ba5d3f4bebaad1f91a2cede055115738b7ae8
128
- with:
129
- audience: '${{ github.server_url }}/${{ github.repository_owner }}'
130
-
131
- name: Publish packages
132
env:
133
NPM_TAG: ${{ steps.npm-tag.outputs.NPM_TAG }}
0 commit comments