Skip to content

Commit 6f49435

Browse files
committed
Revert "ci(release): wire NPM_TOKEN to publish_cli as NODE_AUTH_TOKEN"
OIDC trusted publishing is now configured on the npm side, so the classic token workaround is unnecessary. publish_cli falls back to id-token-based OIDC auth via the existing `id-token: write` permission. This reverts commit ff8f730.
1 parent ff8f730 commit 6f49435

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ jobs:
282282
run: bun run build --filter=@t3tools/web --filter=@berkayorhan/bcode
283283

284284
- name: Publish CLI package
285-
env:
286-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
287285
run: node apps/server/scripts/cli.ts publish --tag "${{ needs.preflight.outputs.cli_dist_tag }}" --app-version "${{ needs.preflight.outputs.version }}" --verbose
288286

289287
release:

0 commit comments

Comments
 (0)