We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa7813 commit cbf66b8Copy full SHA for cbf66b8
.github/workflows/release-candidate.yml
@@ -63,8 +63,6 @@ jobs:
63
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
64
# Token setup in hashibot-hds' account
65
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
66
- # Generate npm provenance statement
67
- NPM_CONFIG_PROVENANCE: true
68
69
- name: Compute new packages info
70
id: packagesData
.github/workflows/release.yml
@@ -42,6 +42,4 @@ jobs:
42
43
44
45
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
46
47
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments