Skip to content

Commit f42a59a

Browse files
committed
ci: commit analyser
1 parent 777a288 commit f42a59a

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.github/workflows/npm.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
3030
run: npm audit signatures
3131
- name: Build library
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
34+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
35+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3237
run: npm run build
3338
- name: Publish library
3439
env:

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"prettier": "3.5.3",
3434
"rimraf": "^6.0.1",
3535
"semantic-release": "24.2.7",
36+
"conventional-changelog-conventionalcommits": "9.1.0",
3637
"vite": "^6.2.4",
3738
"vitepress": "^1.6.3"
3839
},

0 commit comments

Comments
 (0)