Skip to content

Commit cbf66b8

Browse files
authored
Revert "Generate npm provenance statement" (#2963)
1 parent daa7813 commit cbf66b8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/release-candidate.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ jobs:
6363
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
6464
# Token setup in hashibot-hds' account
6565
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
66-
# Generate npm provenance statement
67-
NPM_CONFIG_PROVENANCE: true
6866

6967
- name: Compute new packages info
7068
id: packagesData

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,4 @@ jobs:
4242
# Token setup in hashibot-hds' account
4343
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
4444
# Token setup in hashibot-hds' account
45-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
46-
# Generate npm provenance statement
47-
NPM_CONFIG_PROVENANCE: true
45+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)