Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 3a14032

Browse files
committed
Use npm trusted publishing (OIDC) instead of token-based auth
1 parent 80f6f5d commit 3a14032

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 22
19-
registry-url: https://registry.npmjs.org
2019
- run: bun install
2120
- run: bun run build
2221
- run: npm publish --provenance --access public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accesslint/cli",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "CLI tool for auditing HTML accessibility using @accesslint/core",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)