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 6923687 commit cdb617aCopy full SHA for cdb617a
.changeset/brown-ligers-drive.md
@@ -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
@@ -11,6 +11,10 @@ jobs:
release:
12
name: Release
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: write
16
+ pull-requests: write
17
+ id-token: write
18
steps:
19
- name: Checkout Repo
20
uses: actions/checkout@v3
@@ -50,3 +54,4 @@ jobs:
50
54
env:
51
55
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52
56
GITHUB_TOKEN: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
57
+ NPM_CONFIG_PROVENANCE: true
0 commit comments