Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/WORKFLOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ To fully utilize all workflows, set up these GitHub repository secrets:
### Required Secrets

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

### Optional Secrets

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ jobs:
commit: "chore: version packages" # we need to fulfill commitlint based rules
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: true
HUSKY: 0 # Disable Husky hooks in CI
Loading