Skip to content

Commit 03c8820

Browse files
committed
Publish
1 parent bd1efc7 commit 03c8820

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818

1919
# Checkout
2020
- 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'
2128

2229
# Install Node
2330
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)