Skip to content

Commit cdb617a

Browse files
Add provenance statment to NPM packages (#13318)
Co-authored-by: Sam Rose <[email protected]>
1 parent 6923687 commit cdb617a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.changeset/brown-ligers-drive.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'polaris-for-vscode': patch
3+
'@shopify/polaris-icons': patch
4+
'@shopify/polaris-migrator': patch
5+
'@shopify/polaris': patch
6+
'@shopify/polaris-tokens': patch
7+
'polaris.shopify.com-get-props': patch
8+
'@shopify/stylelint-polaris': patch
9+
---
10+
11+
Add provenance statement

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
release:
1212
name: Release
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
16+
pull-requests: write
17+
id-token: write
1418
steps:
1519
- name: Checkout Repo
1620
uses: actions/checkout@v3
@@ -50,3 +54,4 @@ jobs:
5054
env:
5155
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5256
GITHUB_TOKEN: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
57+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)