Skip to content

Commit

Permalink
ci(actions): disable audit signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko committed May 26, 2024
1 parent 2393e89 commit d0ae296
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: pnpm audit signatures
# - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
# run: pnpm audit signatures

- name: Build
run: pnpm build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: pnpm audit signatures
# - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
# run: pnpm audit signatures

- name: Release
env:
Expand Down

0 comments on commit d0ae296

Please sign in to comment.