Skip to content

Commit cb6eba5

Browse files
committed
debug provenance/oidc npm auth
1 parent 7be0e93 commit cb6eba5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,12 @@ jobs:
110110

111111
- run: bun install
112112

113+
- name: Debug OIDC
114+
run: |
115+
echo "Repository: $GITHUB_REPOSITORY"
116+
echo "Workflow: $GITHUB_WORKFLOW"
117+
echo "Workflow ref: $GITHUB_WORKFLOW_REF"
118+
npm whoami 2>&1 || echo "Not logged in (expected for OIDC)"
119+
113120
- name: Publish to npm
114121
run: npm publish --access public --tag latest --provenance

0 commit comments

Comments
 (0)