We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1efc7 commit 03c8820Copy full SHA for 03c8820
1 file changed
.github/workflows/publish.yml
@@ -18,6 +18,13 @@ 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