We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a357e commit b1b7a4bCopy full SHA for b1b7a4b
2 files changed
.github/workflows/release.yml
@@ -101,5 +101,4 @@ jobs:
101
title: "chore: version packages"
102
commit: "chore: version packages"
103
env:
104
- GITHUB_TOKEN: ${{ secrets.LIGHTFAST_RELEASE_BOT_GITHUB_TOKEN }}
105
- NODE_AUTH_TOKEN: ${{ secrets.LIGHTFAST_RELEASE_BOT_NPM_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE.md
@@ -4,7 +4,7 @@ Both `@lightfastai/climode` and `@lightfastai/climode-mcp` are always published
4
5
## Prerequisites
6
7
-- npm automation token added as `NPM_TOKEN` secret in GitHub repo settings
+- Trusted publishing (OIDC) configured on npm for both packages, linked to `lightfastai/climode` + `release.yml`
8
- `@changesets/cli` installed (`pnpm add -D @changesets/cli -w`)
9
10
## How to release
0 commit comments