Skip to content

Commit b1b7a4b

Browse files
committed
Switch to OIDC trusted publishing, use GITHUB_TOKEN for changesets
Entire-Checkpoint: 813dff2ca8d2
1 parent 77a357e commit b1b7a4b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,4 @@ jobs:
101101
title: "chore: version packages"
102102
commit: "chore: version packages"
103103
env:
104-
GITHUB_TOKEN: ${{ secrets.LIGHTFAST_RELEASE_BOT_GITHUB_TOKEN }}
105-
NODE_AUTH_TOKEN: ${{ secrets.LIGHTFAST_RELEASE_BOT_NPM_TOKEN }}
104+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Both `@lightfastai/climode` and `@lightfastai/climode-mcp` are always published
44

55
## Prerequisites
66

7-
- npm automation token added as `NPM_TOKEN` secret in GitHub repo settings
7+
- Trusted publishing (OIDC) configured on npm for both packages, linked to `lightfastai/climode` + `release.yml`
88
- `@changesets/cli` installed (`pnpm add -D @changesets/cli -w`)
99

1010
## How to release

0 commit comments

Comments
 (0)