Skip to content

Commit be4327d

Browse files
authored
refactor(docs): switch remaining parts to trusted publishing (#122)
* refactor(docs): switch remaining parts to trusted publishing * Update release.yml
1 parent a98fa3e commit be4327d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/WORKFLOWS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ To fully utilize all workflows, set up these GitHub repository secrets:
255255
### Required Secrets
256256

257257
- `CODECOV_TOKEN`: For test coverage reporting
258-
- `NPM_TOKEN`: For publishing to npm (format: `npm_xxxxxxxxxxxx`)
259258

260259
### Optional Secrets
261260

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,4 @@ jobs:
7070
commit: "chore: version packages" # we need to fulfill commitlint based rules
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73-
NPM_CONFIG_PROVENANCE: true
7473
HUSKY: 0 # Disable Husky hooks in CI

0 commit comments

Comments
 (0)