We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c8820 commit 63e9ec5Copy full SHA for 63e9ec5
1 file changed
.github/workflows/publish.yml
@@ -18,13 +18,6 @@ jobs:
18
19
# Checkout
20
- uses: actions/checkout@v4
21
-
22
- # Debug
23
- - name: Debug OIDC Claims
24
- uses: github/actions-oidc-debugger@v1
25
- with:
26
- # Set the audience to what you configured in your trusted publisher settings (e.g., 'npm:registry.npmjs.org')
27
- audience: 'npm:registry.npmjs.org'
28
29
# Install Node
30
- uses: actions/setup-node@v4
0 commit comments