Skip to content

Commit 0456dc8

Browse files
committed
Remove deprecated NPM config token
1 parent 7018ba9 commit 0456dc8

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,3 @@ jobs:
4545
- name: Publish to NPM Packages
4646
run: npm publish --provenance
4747
working-directory: ${{ inputs.working-directory }}
48-
env:
49-
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2025-12-13] [Remove deprecated NPM config token](https://github.com/RubricLab/package/commit/945cb0332989fb78296141b1943fdba0a808689a)
12
- [2025-12-11] [Publish with provenance](https://github.com/RubricLab/package/commit/baa86044410c3d7936dfd2c86de780f03e167fc7)
23
- [2025-12-11] [Use NPM to publish with OIDC](https://github.com/RubricLab/package/commit/bd776d6a3b2d4b86481d94e001a216fb3182f7f8)
34
- [2025-08-20] [working dir flag](https://github.com/RubricLab/package/commit/f61972a605e6a83e16197d12e8ef8adef0d6d11f)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"simple-git-hooks": {
2929
"post-commit": "bun run ./cli.ts post-commit"
3030
},
31-
"version": "0.0.123"
31+
"version": "0.0.124"
3232
}

0 commit comments

Comments
 (0)