Skip to content

Commit 28f0564

Browse files
committed
fix: remove environment to prevent org secret injection breaking OIDC
The `environment: npm` causes org-level NODE_AUTH_TOKEN to be injected, which overrides OIDC trusted publishing. This was previously fixed in 4c3e673 but accidentally re-added in 9ba37eb.
1 parent d79cf16 commit 28f0564

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
publish:
1919
name: Publish to npm
2020
runs-on: ubuntu-latest
21-
environment: npm
2221
permissions:
2322
contents: read
2423
id-token: write

0 commit comments

Comments
 (0)